| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 960fd2d9e3cbe610f247d7a89c81d810441e137c..efc719fdd0df6f0f2baf0e515ff7539394462030 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -866,6 +866,8 @@ public:
|
| bool allowInlineEventHandlers(Node*, EventListener*, const String& contextURL, const WTF::OrdinalNumber& contextLine);
|
| bool allowExecutingScripts(Node*);
|
|
|
| + void enforceSandboxFlags(SandboxFlags mask) override;
|
| +
|
| void statePopped(PassRefPtr<SerializedScriptValue>);
|
|
|
| enum LoadEventProgress {
|
|
|