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..0768503685015bf464257ccd09ae12e017d9d955 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 { |
@@ -1166,6 +1168,8 @@ private: |
PassOwnPtrWillBeRawPtr<OriginTrialContext> createOriginTrialContext() override; |
+ void setUniqueOriginIsPotentiallyTrustworthy(); |
+ |
DocumentLifecycle m_lifecycle; |
bool m_hasNodesWithPlaceholderStyle; |