| Index: Source/web/WebFrameImpl.cpp
|
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp
|
| index 487e80c2fa30b0951ce540a59919f1121d7387d9..96837b342d43cf35bb245fdae7df6b50821393ad 100644
|
| --- a/Source/web/WebFrameImpl.cpp
|
| +++ b/Source/web/WebFrameImpl.cpp
|
| @@ -1626,7 +1626,7 @@ WebString WebFrameImpl::layerTreeAsText(bool showDebugInfo) const
|
|
|
| // WebFrameImpl public ---------------------------------------------------------
|
|
|
| -WebFrame* WebFrame::create(WebFrameClient* client)
|
| +WebLocalFrame* WebFrame::create(WebFrameClient* client)
|
| {
|
| return WebFrameImpl::create(client);
|
| }
|
|
|