| Index: Source/core/html/imports/HTMLImportChild.h
|
| diff --git a/Source/core/html/imports/HTMLImportChild.h b/Source/core/html/imports/HTMLImportChild.h
|
| index 2abf1ac65cf99cc17fb7b5d5a4bb2ecd7aa450f5..f87d9feebf0dd9299160db02459aece60cd77f53 100644
|
| --- a/Source/core/html/imports/HTMLImportChild.h
|
| +++ b/Source/core/html/imports/HTMLImportChild.h
|
| @@ -70,9 +70,7 @@ public:
|
| virtual bool isChild() const OVERRIDE { return true; }
|
| 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 HTMLImportLoader* loader() const OVERRIDE { return m_loader; }
|
| virtual void stateWillChange() OVERRIDE;
|
| virtual void stateDidChange() OVERRIDE;
|
|
|
|
|