| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index af268fa7bd9e60849e33e3dd5ba75fac4699e327..54f2682058ca46b5259e573a4809b35d8254cb1a 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -576,10 +576,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)
|
|
|