Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h

Issue 2842933002: De-duplicate create element code paths in the HTML parser. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 933fb964ab6f403559213ec3bf771f4f79ff2125..66aea67ebc7a9b19df18d1e18d35a957253018f9 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
@@ -256,7 +256,6 @@ class HTMLConstructionSite final {
void FindFosterSite(HTMLConstructionSiteTask&);
CreateElementFlags GetCreateElementFlags() const;
- HTMLElement* CreateHTMLElement(AtomicHTMLToken*);
Element* CreateElement(AtomicHTMLToken*, const AtomicString& namespace_uri);
void MergeAttributesFromTokenIntoElement(AtomicHTMLToken*, Element*);

Powered by Google App Engine
This is Rietveld 408576698