Index: third_party/WebKit/Source/web/WebPageSerializer.cpp |
diff --git a/third_party/WebKit/Source/web/WebPageSerializer.cpp b/third_party/WebKit/Source/web/WebPageSerializer.cpp |
index 48441a08048fc1b8d2bdb290acef211b75a00590..1d3fc6a1acbac04a86b4701e64626725e1340081 100644 |
--- a/third_party/WebKit/Source/web/WebPageSerializer.cpp |
+++ b/third_party/WebKit/Source/web/WebPageSerializer.cpp |
@@ -209,9 +209,10 @@ WebData WebPageSerializer::generateMHTMLFooter(const WebString& boundary) |
bool WebPageSerializer::serialize( |
WebLocalFrame* frame, |
WebPageSerializerClient* client, |
- const WebVector<std::pair<WebURL, WebString>>& urlsToLocalPaths) |
+ const WebVector<std::pair<WebURL, WebString>>& urlsToLocalPaths, |
+ const WebVector<std::pair<WebFrame*, WebString>>& framesToLocalPaths) |
{ |
- WebPageSerializerImpl serializerImpl(frame, client, urlsToLocalPaths); |
+ WebPageSerializerImpl serializerImpl(frame, client, urlsToLocalPaths, framesToLocalPaths); |
return serializerImpl.serialize(); |
} |