| Index: Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
|
| index ddd1552ed65134b927d39c4eb5d2d695ba96b064..4e28937a1498d5530d40cf337910fda66ac632af 100644
|
| --- a/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -355,11 +355,6 @@ void WebRemoteFrameImpl::setIsolatedWorldContentSecurityPolicy(int worldID, cons
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -void WebRemoteFrameImpl::setIsolatedWorldHumanReadableName(int worldID, const WebString&)
|
| -{
|
| - ASSERT_NOT_REACHED();
|
| -}
|
| -
|
| void WebRemoteFrameImpl::addMessageToConsole(const WebConsoleMessage&)
|
| {
|
| ASSERT_NOT_REACHED();
|
| @@ -780,11 +775,6 @@ void WebRemoteFrameImpl::setTickmarks(const WebVector<WebRect>&)
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -void WebRemoteFrameImpl::sendOrientationChangeEvent()
|
| -{
|
| - ASSERT_NOT_REACHED();
|
| -}
|
| -
|
| void WebRemoteFrameImpl::dispatchMessageEventWithOriginCheck(
|
| const WebSecurityOrigin& intendedTargetOrigin,
|
| const WebDOMEvent&)
|
|
|