Index: Source/WebKit/chromium/src/WebFrameImpl.cpp |
diff --git a/Source/WebKit/chromium/src/WebFrameImpl.cpp b/Source/WebKit/chromium/src/WebFrameImpl.cpp |
index fc902cdf00708d5c0fca4bf1f18df61680957a91..07fc42becf081e9089649cb8104f2139a2bb8d32 100644 |
--- a/Source/WebKit/chromium/src/WebFrameImpl.cpp |
+++ b/Source/WebKit/chromium/src/WebFrameImpl.cpp |
@@ -814,6 +814,12 @@ void WebFrameImpl::setIsolatedWorldSecurityOrigin(int worldID, const WebSecurity |
DOMWrapperWorld::setIsolatedWorldSecurityOrigin(worldID, securityOrigin.get()); |
} |
+void WebFrameImpl::setIsolatedWorldHumanReadableName(int worldID, const WebString& humanReadableName) |
+{ |
+ ASSERT(frame()); |
+ DOMWrapperWorld::setIsolatedWorldHumanReadableName(worldID, humanReadableName); |
+} |
+ |
void WebFrameImpl::setIsolatedWorldContentSecurityPolicy(int worldID, const WebString& policy) |
{ |
ASSERT(frame()); |