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

Unified Diff: sky/engine/core/dom/DocumentParser.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/DocumentFragment.cpp ('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.h
diff --git a/sky/engine/core/dom/DocumentParser.h b/sky/engine/core/dom/DocumentParser.h
index f7f4d9dc90969da759003ead71a0280ce2e1bccb..9b0b7658ef4430cd6ca13744fc6967d4f52454f5 100644
--- a/sky/engine/core/dom/DocumentParser.h
+++ b/sky/engine/core/dom/DocumentParser.h
@@ -32,7 +32,7 @@ namespace blink {
class Document;
class SegmentedString;
-class ScriptableDocumentParser;
+class HTMLDocumentParser;
class TextResourceDecoder;
class DocumentParser : public RefCountedWillBeGarbageCollectedFinalized<DocumentParser> {
@@ -40,7 +40,7 @@ public:
virtual ~DocumentParser();
virtual void trace(Visitor*);
- virtual ScriptableDocumentParser* asScriptableDocumentParser() { return 0; }
+ virtual HTMLDocumentParser* asHTMLDocumentParser() { return 0; }
// http://www.whatwg.org/specs/web-apps/current-work/#insertion-point
virtual bool hasInsertionPoint() { return true; }
« no previous file with comments | « sky/engine/core/dom/DocumentFragment.cpp ('k') | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698