| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index ca8c89e9a1681610bd9f4bcbaee9e93327de119f..8aebf8c7969bd946822dc7ebd0c4b83d2d22d9b0 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -908,6 +908,7 @@ public:
|
| void initSecurityContext();
|
| void initSecurityContext(const DocumentInit&);
|
| void initContentSecurityPolicy(const ContentSecurityPolicyResponseHeaders&);
|
| + void initScriptEnabled();
|
|
|
| bool allowInlineEventHandlers(Node*, EventListener*, const String& contextURL, const WTF::OrdinalNumber& contextLine);
|
| bool allowExecutingScripts(Node*);
|
|
|