| 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,
|
|
|