| 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 c13baa73ea10ee32bdfa423596af15c784038257..0309675e44332d31304542562ea64057bef709fe 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -865,6 +865,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 {
|
|
|