| Index: Source/core/html/imports/HTMLImport.h
|
| diff --git a/Source/core/html/imports/HTMLImport.h b/Source/core/html/imports/HTMLImport.h
|
| index c5a5a4b113a700e611c03e9e7c8b5cb48b14a1e6..58997663def6fea6cfef1a4953563d10ed61c974 100644
|
| --- a/Source/core/html/imports/HTMLImport.h
|
| +++ b/Source/core/html/imports/HTMLImport.h
|
| @@ -111,7 +111,7 @@ public:
|
|
|
| virtual Document* document() const = 0;
|
| virtual bool isDone() const = 0; // FIXME: Should be renamed to haveFinishedLoading()
|
| - virtual HTMLImportLoader* loader() const { return 0; }
|
| + virtual HTMLImportLoader* loader() const { return nullptr; }
|
| virtual void stateWillChange() { }
|
| virtual void stateDidChange();
|
|
|
|
|