| Index: Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
|
| index 0eb1b517335c3e939dca8fef5ccc57c7cdb2fc6f..7329c73b5ae3c64b5f26a65c2c1a306cdf061f61 100644
|
| --- a/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -309,6 +309,11 @@ 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();
|
|
|