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

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

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/Document.cpp ('k') | sky/engine/core/dom/DocumentFragment.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/DocumentFragment.h
diff --git a/sky/engine/core/dom/DocumentFragment.h b/sky/engine/core/dom/DocumentFragment.h
index a256f17a97dfc6cce2dc042beb525aaed3867874..83319cec152d8a9eb80ead32ed5bf906b1080181 100644
--- a/sky/engine/core/dom/DocumentFragment.h
+++ b/sky/engine/core/dom/DocumentFragment.h
@@ -25,7 +25,6 @@
#define DocumentFragment_h
#include "core/dom/ContainerNode.h"
-#include "core/dom/ParserContentPolicy.h"
namespace blink {
@@ -34,7 +33,7 @@ class DocumentFragment : public ContainerNode {
public:
static PassRefPtrWillBeRawPtr<DocumentFragment> create(Document&);
- void parseHTML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent);
+ void parseHTML(const String&, Element* contextElement);
virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return true; }
virtual bool isTemplateContent() const { return false; }
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/dom/DocumentFragment.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698