| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 953f815939ade968a24cd4b3c944309475ba506b..80bef7e9a01fde5855db3a55b2e46977d90e676e 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1587,7 +1587,7 @@ WebLocalFrameImpl::WebLocalFrameImpl(
|
| WebFrameClient* client,
|
| blink::InterfaceProvider* interface_provider,
|
| blink::InterfaceRegistry* interface_registry)
|
| - : WebLocalFrame(scope),
|
| + : WebLocalFrameBase(scope),
|
| local_frame_client_impl_(LocalFrameClientImpl::Create(this)),
|
| frame_widget_(0),
|
| client_(client),
|
|
|