| Index: sky/engine/core/html/parser/HTMLConstructionSite.h
|
| diff --git a/sky/engine/core/html/parser/HTMLConstructionSite.h b/sky/engine/core/html/parser/HTMLConstructionSite.h
|
| index 2e12c0f003c827c907453909a35d566f7a9b0b85..4a91d01d86f69b228ea33915f9a99cf5bcb671d0 100644
|
| --- a/sky/engine/core/html/parser/HTMLConstructionSite.h
|
| +++ b/sky/engine/core/html/parser/HTMLConstructionSite.h
|
| @@ -120,8 +120,7 @@ private:
|
|
|
| void attachLater(ContainerNode* parent, PassRefPtr<Node> child, bool selfClosing = false);
|
|
|
| - PassRefPtr<HTMLElement> createHTMLElement(AtomicHTMLToken*);
|
| - PassRefPtr<Element> createElement(AtomicHTMLToken*, const AtomicString& namespaceURI);
|
| + PassRefPtr<Element> createElement(AtomicHTMLToken*);
|
|
|
| void queueTask(const HTMLConstructionSiteTask&);
|
|
|
|
|