| Index: third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
|
| index 90daa17cc48870da2a2beec34e3250490d86f489..a5d99ff06c77d98aaaf3a3ce175b6d566eafd2f3 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
|
| @@ -31,6 +31,7 @@
|
| #include "core/dom/ParserContentPolicy.h"
|
| #include "core/html/parser/HTMLElementStack.h"
|
| #include "core/html/parser/HTMLFormattingElementList.h"
|
| +#include "core/origin_trials/OriginTrials.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
| @@ -181,6 +182,7 @@ public:
|
|
|
| bool inQuirksMode();
|
|
|
| + void finalizeExperiments() { OriginTrials::from(&ownerDocumentForCurrentNode())->finalizeTokens(); }
|
| bool isEmpty() const { return !m_openElements.stackDepth(); }
|
| HTMLElementStack::ElementRecord* currentElementRecord() const { return m_openElements.topRecord(); }
|
| Element* currentElement() const { return m_openElements.top(); }
|
|
|