Index: Source/web/WebLocalFrameImpl.cpp |
diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp |
index b29dbe64f152eed6977f8b870b52a81721fceff3..3a911ab3bf1271437b7b9202f08052b43b9f37ec 100644 |
--- a/Source/web/WebLocalFrameImpl.cpp |
+++ b/Source/web/WebLocalFrameImpl.cpp |
@@ -717,6 +717,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()); |