| Index: third_party/WebKit/Source/web/WebFrameSerializerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameSerializerImpl.h b/third_party/WebKit/Source/web/WebFrameSerializerImpl.h
|
| index 74ee2560b93c1617c5684ca3059cc702762261cc..fce0968e80db7daa5d9cca4ed64a7e3b680f00ac 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameSerializerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameSerializerImpl.h
|
| @@ -53,7 +53,7 @@ class Document;
|
| class Element;
|
| class Node;
|
| class WebLocalFrame;
|
| -class WebLocalFrameImpl;
|
| +class WebLocalFrameBase;
|
|
|
| // Responsible for serializing the specified frame into html
|
| // (replacing links with paths to local files).
|
| @@ -81,7 +81,7 @@ class WebFrameSerializerImpl {
|
|
|
| private:
|
| // Specified frame which need to be serialized;
|
| - Member<WebLocalFrameImpl> specified_web_local_frame_impl_;
|
| + Member<WebLocalFrameBase> specified_web_local_frame_impl_;
|
| // Pointer of WebFrameSerializerClient
|
| WebFrameSerializerClient* client_;
|
| // Pointer of WebFrameSerializer::LinkRewritingDelegate
|
|
|