Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 08627c359e7a8bca1c995c1b2fc1966b84268b10..c69278def2aaaec0363a2d1c0bc24dc0ab8aaa25 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -69,6 +69,7 @@ class CachedScript; |
class CanvasRenderingContext; |
class CharacterData; |
class Comment; |
+class ContentSecurityPolicyResponseHeaders; |
class ContextFeatures; |
class CustomElementRegistrationContext; |
class DOMImplementation; |
@@ -903,7 +904,7 @@ public: |
void initSecurityContext(); |
void initSecurityContext(const DocumentInit&); |
- void initContentSecurityPolicy(); |
+ void initContentSecurityPolicy(const ContentSecurityPolicyResponseHeaders&); |
void updateURLForPushOrReplaceState(const KURL&); |
void statePopped(PassRefPtr<SerializedScriptValue>); |