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

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

Issue 665613003: Remove the ability to parse HTML fragments (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: sky/engine/core/dom/DocumentFragment.cpp
diff --git a/sky/engine/core/dom/DocumentFragment.cpp b/sky/engine/core/dom/DocumentFragment.cpp
index 8eb48f85a87cf02078d4fba211f5316c35f6c405..16b33e0d20e204874bbd23d56cdcdf7a9585b4c7 100644
--- a/sky/engine/core/dom/DocumentFragment.cpp
+++ b/sky/engine/core/dom/DocumentFragment.cpp
@@ -68,9 +68,4 @@ PassRefPtrWillBeRawPtr<Node> DocumentFragment::cloneNode(bool deep)
return clone.release();
}
-void DocumentFragment::parseHTML(const String& source, Element* contextElement)
-{
- HTMLDocumentParser::parseDocumentFragment(source, this, contextElement);
-}
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698