| Index: Source/web/WebPageSerializerImpl.h
|
| diff --git a/Source/web/WebPageSerializerImpl.h b/Source/web/WebPageSerializerImpl.h
|
| index d6e883a1280d86b462fdb28a515cd0e4068ab1ff..a9d8b89471b08f9df9551aead2a4815378fa476f 100644
|
| --- a/Source/web/WebPageSerializerImpl.h
|
| +++ b/Source/web/WebPageSerializerImpl.h
|
| @@ -55,7 +55,7 @@ class Node;
|
| }
|
|
|
| namespace blink {
|
| -class WebFrameImpl;
|
| +class WebLocalFrameImpl;
|
|
|
| // Get html data by serializing all frames of current page with lists
|
| // which contain all resource links that have local copy.
|
| @@ -91,7 +91,7 @@ public:
|
|
|
| private:
|
| // Specified frame which need to be serialized;
|
| - WebFrameImpl* m_specifiedWebFrameImpl;
|
| + WebLocalFrameImpl* m_specifiedWebLocalFrameImpl;
|
| // Pointer of WebPageSerializerClient
|
| WebPageSerializerClient* m_client;
|
| // This hash map is used to map resource URL of original link to its local
|
| @@ -112,7 +112,7 @@ private:
|
| // Local directory name of all local resource files.
|
| WTF::String m_localDirectoryName;
|
| // Vector for saving all frames which need to be serialized.
|
| - Vector<WebFrameImpl*> m_frames;
|
| + Vector<WebLocalFrameImpl*> m_frames;
|
|
|
| // Web entities conversion maps.
|
| WebEntities m_htmlEntities;
|
|
|