summaryrefslogtreecommitdiffstats
path: root/dom/base/nsStructuredCloneContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/nsStructuredCloneContainer.cpp')
-rw-r--r--dom/base/nsStructuredCloneContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/base/nsStructuredCloneContainer.cpp b/dom/base/nsStructuredCloneContainer.cpp
index 8c2cdc091..ea2d38bc8 100644
--- a/dom/base/nsStructuredCloneContainer.cpp
+++ b/dom/base/nsStructuredCloneContainer.cpp
@@ -137,7 +137,7 @@ nsStructuredCloneContainer::GetDataAsBase64(nsAString &aOut)
return NS_ERROR_FAILURE;
}
- auto iter = Data().Iter();
+ auto iter = Data().Start();
size_t size = Data().Size();
nsAutoCString binaryData;
binaryData.SetLength(size);