| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| index fa7ba45927a6a2b2f561494d19890bdc199bed20..45e6af2904fa959db28940602a789239693a8e77 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -316,6 +316,10 @@ WebString WebRemoteFrameImpl::layerTreeAsText(bool showDebugInfo) const {
|
| return WebString();
|
| }
|
|
|
| +void WebRemoteFrameImpl::advanceFocusInForm(WebFocusType focusType) {
|
| + NOTREACHED();
|
| +}
|
| +
|
| WebLocalFrame* WebRemoteFrameImpl::createLocalChild(
|
| WebTreeScopeType scope,
|
| const WebString& name,
|
|
|