| Index: Source/core/html/HTMLImport.h
|
| diff --git a/Source/core/html/HTMLImport.h b/Source/core/html/HTMLImport.h
|
| index 1f6ebee5cb1b9bd04f09d4ccda30b05793d1df0e..3c68d24f0b97f2e6dbfae745e3a9181932653863 100644
|
| --- a/Source/core/html/HTMLImport.h
|
| +++ b/Source/core/html/HTMLImport.h
|
| @@ -150,8 +150,8 @@ public:
|
| virtual Document* document() const = 0;
|
| virtual void wasDetachedFromDocument() = 0;
|
| virtual void didFinishParsing() = 0;
|
| - virtual bool isProcessing() const = 0;
|
| virtual bool isDone() const = 0; // FIXME: Should be renamed to haveFinishedLoading()
|
| + virtual bool ownsLoader() const { return false; }
|
| virtual CustomElementPendingImport* pendingImport() const { return 0; }
|
|
|
| protected:
|
|
|