Index: Source/bindings/v8/ScriptController.h |
diff --git a/Source/bindings/v8/ScriptController.h b/Source/bindings/v8/ScriptController.h |
index 3da4d2c666242e063c83c06a7b6fb58837be141d..152427da12b6fa78c9f6cc0f8c105310151dc190 100644 |
--- a/Source/bindings/v8/ScriptController.h |
+++ b/Source/bindings/v8/ScriptController.h |
@@ -105,7 +105,7 @@ public: |
// Returns true if the current world is isolated, and has its own Content |
// Security Policy. In this case, the policy of the main world should be |
// ignored when evaluating resources injected into the DOM. |
- bool shouldBypassMainWorldContentSecurityPolicy(); |
+ bool shouldBypassMainWorldCSP(); |
// Creates a property of the global object of a frame. |
void bindToWindowObject(LocalFrame*, const String& key, NPObject*); |