| Index: Source/core/html/HTMLImportChild.h
|
| diff --git a/Source/core/html/HTMLImportChild.h b/Source/core/html/HTMLImportChild.h
|
| index f0714cb287b0fe5e0382bd2a0bd7b7a66f329896..28c790868905d98c52bcaa1fe6a6eb3a0f3e212d 100644
|
| --- a/Source/core/html/HTMLImportChild.h
|
| +++ b/Source/core/html/HTMLImportChild.h
|
| @@ -70,6 +70,7 @@ public:
|
| virtual void wasDetachedFromDocument() OVERRIDE;
|
| virtual void didFinishParsing() OVERRIDE;
|
| virtual bool isDone() const OVERRIDE;
|
| + virtual bool hasLoader() const OVERRIDE;
|
| virtual bool ownsLoader() const OVERRIDE;
|
| virtual void didUnblockFromCreatingDocument() OVERRIDE;
|
| virtual void didBecomeReady() OVERRIDE;
|
|
|