Index: Source/bindings/v8/DOMWrapperWorld.h |
diff --git a/Source/bindings/v8/DOMWrapperWorld.h b/Source/bindings/v8/DOMWrapperWorld.h |
index 4f3a4e75d35d07257013686a44d3d9940d35b3d9..ec16abaaf8c56f2049237c3eb7874e1c0c5468a5 100644 |
--- a/Source/bindings/v8/DOMWrapperWorld.h |
+++ b/Source/bindings/v8/DOMWrapperWorld.h |
@@ -92,7 +92,6 @@ public: |
// origin. XMLHttpRequest instances used in that world will be considered |
// to come from that origin, not the frame's. |
static void setIsolatedWorldSecurityOrigin(int worldID, PassRefPtr<SecurityOrigin>); |
- static void clearIsolatedWorldSecurityOrigin(int worldID); |
SecurityOrigin* isolatedWorldSecurityOrigin(); |
// Associated an isolated world with a Content Security Policy. Resources |
@@ -104,7 +103,6 @@ public: |
// DOM. More work is necessary to allow the isolated world's policy to be |
// applied correctly. |
static void setIsolatedWorldContentSecurityPolicy(int worldID, const String& policy); |
- static void clearIsolatedWorldContentSecurityPolicy(int worldID); |
bool isolatedWorldHasContentSecurityPolicy(); |
bool isMainWorld() const { return m_worldId == MainWorldId; } |