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

Unified Diff: sky/engine/core/dom/Document.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/core.gni ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Document.h
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
index 4f5ce5129744dafa028d165ccd98c40694a03609..11b0a3fcd9f4f5bc98302e9d3e36552a77428402 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -90,6 +90,7 @@ class Frame;
class FrameHost;
class FrameView;
class HTMLCanvasElement;
+class HTMLDocumentParser;
class HTMLElement;
class HTMLImport;
class HTMLImportLoader;
@@ -112,7 +113,6 @@ class RenderView;
class RequestAnimationFrameCallback;
class ResourceFetcher;
class ScriptRunner;
-class ScriptableDocumentParser;
class ScriptedAnimationController;
class SegmentedString;
class SelectorQueryCache;
@@ -367,7 +367,7 @@ public:
virtual PassRefPtrWillBeRawPtr<DocumentParser> createParser();
DocumentParser* parser() const { return m_parser.get(); }
- ScriptableDocumentParser* scriptableDocumentParser() const;
+ HTMLDocumentParser* scriptableDocumentParser() const;
enum ReadyState {
Loading,
« no previous file with comments | « sky/engine/core/core.gni ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698