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

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

Issue 680583003: Delete ScriptableDocumentParser (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Sort headers 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
« no previous file with comments | « sky/engine/core/dom/DocumentFragment.h ('k') | sky/engine/core/dom/DocumentParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/DocumentFragment.cpp
diff --git a/sky/engine/core/dom/DocumentFragment.cpp b/sky/engine/core/dom/DocumentFragment.cpp
index 3a747faa41c1cebc90d97a1445488c7b71926617..8eb48f85a87cf02078d4fba211f5316c35f6c405 100644
--- a/sky/engine/core/dom/DocumentFragment.cpp
+++ b/sky/engine/core/dom/DocumentFragment.cpp
@@ -68,9 +68,9 @@ PassRefPtrWillBeRawPtr<Node> DocumentFragment::cloneNode(bool deep)
return clone.release();
}
-void DocumentFragment::parseHTML(const String& source, Element* contextElement, ParserContentPolicy parserContentPolicy)
+void DocumentFragment::parseHTML(const String& source, Element* contextElement)
{
- HTMLDocumentParser::parseDocumentFragment(source, this, contextElement, parserContentPolicy);
+ HTMLDocumentParser::parseDocumentFragment(source, this, contextElement);
}
} // namespace blink
« no previous file with comments | « sky/engine/core/dom/DocumentFragment.h ('k') | sky/engine/core/dom/DocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698