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

Unified Diff: sky/engine/core/dom/DocumentParser.cpp

Issue 1215103007: Remove remaining HTML elements (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « sky/engine/core/dom/DocumentParser.h ('k') | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/DocumentParser.cpp
diff --git a/sky/engine/core/dom/DocumentParser.cpp b/sky/engine/core/dom/DocumentParser.cpp
index 0f0fde1ade7578eb1aca4d7cf4a5c6880760ad97..24fdbb6f10079336bc05d57d864c03e36740dbcb 100644
--- a/sky/engine/core/dom/DocumentParser.cpp
+++ b/sky/engine/core/dom/DocumentParser.cpp
@@ -26,7 +26,6 @@
#include "sky/engine/core/dom/DocumentParser.h"
#include "sky/engine/core/dom/Document.h"
-#include "sky/engine/core/html/parser/TextResourceDecoder.h"
#include "sky/engine/wtf/Assertions.h"
namespace blink {
@@ -64,4 +63,3 @@ void DocumentParser::detach()
}
};
-
« no previous file with comments | « sky/engine/core/dom/DocumentParser.h ('k') | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698