| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index 99eacfb6d49300573d9602b448e966ad6beeea73..586e5a842d0096bce6901b5211ea403d1da657fc 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -709,6 +709,12 @@ void WebLocalFrameImpl::setIsolatedWorldContentSecurityPolicy(int worldID, const
|
| DOMWrapperWorld::setIsolatedWorldContentSecurityPolicy(worldID, policy);
|
| }
|
|
|
| +void WebLocalFrameImpl::setIsolatedWorldHumanReadableName(int worldID, const WebString& humanReadableName)
|
| +{
|
| + ASSERT(frame());
|
| + DOMWrapperWorld::setIsolatedWorldHumanReadableName(worldID, humanReadableName);
|
| +}
|
| +
|
| void WebLocalFrameImpl::addMessageToConsole(const WebConsoleMessage& message)
|
| {
|
| ASSERT(frame());
|
|
|