| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index f76896c3f23fb65b580a2ba22ff88e51abc7668d..b0cad0b686f1e895bded26aca0631a52ca2dbbfa 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -575,10 +575,7 @@ WebVector<WebIconURL> WebLocalFrameImpl::iconURLs(int iconTypesMask) const
|
|
|
| void WebLocalFrameImpl::setRemoteWebLayer(WebLayer* webLayer)
|
| {
|
| - if (!frame())
|
| - return;
|
| -
|
| - frame()->setRemotePlatformLayer(webLayer);
|
| + ASSERT_NOT_REACHED();
|
| }
|
|
|
| void WebLocalFrameImpl::setPermissionClient(WebPermissionClient* permissionClient)
|
|
|