| 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 ae383c4c4fc24bd4865fd15703c41105fc5bdde0..357b56a94539c2fa7ccde7484dc95bc82d66f25d 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
|
| @@ -239,7 +239,6 @@ private:
|
| Element* createElement(AtomicHTMLToken*, const AtomicString& namespaceURI);
|
|
|
| void mergeAttributesFromTokenIntoElement(AtomicHTMLToken*, Element*);
|
| - void dispatchDocumentElementAvailableIfNeeded();
|
|
|
| void executeTask(HTMLConstructionSiteTask&);
|
| void queueTask(const HTMLConstructionSiteTask&);
|
|
|