Index: Source/core/html/imports/HTMLImportTreeRoot.h |
diff --git a/Source/core/html/imports/HTMLImportTreeRoot.h b/Source/core/html/imports/HTMLImportTreeRoot.h |
index e754f8f4e230372c6a63083869d88bd2ae51a3f4..2562d5eec99638dba66c6111a3750a97ff317ab4 100644 |
--- a/Source/core/html/imports/HTMLImportTreeRoot.h |
+++ b/Source/core/html/imports/HTMLImportTreeRoot.h |
@@ -23,7 +23,7 @@ public: |
// HTMLImport |
virtual Document* document() const override; |
- virtual bool isDone() const override; |
+ virtual bool hasFinishedLoading() const override; |
virtual void stateWillChange() override; |
virtual void stateDidChange() override; |