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