| Index: Source/core/html/imports/HTMLImportChild.h
|
| diff --git a/Source/core/html/imports/HTMLImportChild.h b/Source/core/html/imports/HTMLImportChild.h
|
| index 50c74f46d4ac8fc051d7479cc1046bc05f464833..2abf1ac65cf99cc17fb7b5d5a4bb2ecd7aa450f5 100644
|
| --- a/Source/core/html/imports/HTMLImportChild.h
|
| +++ b/Source/core/html/imports/HTMLImportChild.h
|
| @@ -68,12 +68,12 @@ public:
|
|
|
| // HTMLImport
|
| virtual bool isChild() const OVERRIDE { return true; }
|
| - virtual HTMLImportRoot* root() OVERRIDE;
|
| virtual Document* document() const OVERRIDE;
|
| virtual bool isDone() const OVERRIDE;
|
| virtual bool hasLoader() const OVERRIDE;
|
| virtual bool ownsLoader() const OVERRIDE;
|
| virtual CustomElementMicrotaskImportStep* customElementMicrotaskStep() const OVERRIDE FINAL { return m_customElementMicrotaskStep; }
|
| + virtual void stateWillChange() OVERRIDE;
|
| virtual void stateDidChange() OVERRIDE;
|
|
|
| #if !defined(NDEBUG)
|
|
|