Index: Source/core/dom/custom/CustomElementScheduler.cpp |
diff --git a/Source/core/dom/custom/CustomElementScheduler.cpp b/Source/core/dom/custom/CustomElementScheduler.cpp |
index 6abb644a608c9b1a16fc6751b0a2a5e4bd87e6ab..31e83255e257e48e2865d5e21f81800de4fb1e72 100644 |
--- a/Source/core/dom/custom/CustomElementScheduler.cpp |
+++ b/Source/core/dom/custom/CustomElementScheduler.cpp |
@@ -124,7 +124,7 @@ void CustomElementScheduler::resolveOrScheduleResolution(PassRefPtrWillBeRawPtr< |
CustomElementMicrotaskImportStep* CustomElementScheduler::scheduleImport(HTMLImportChild* import) |
{ |
- ASSERT(!import->isDone()); |
+ ASSERT(!import->hasFinishedLoading()); |
ASSERT(import->parent()); |
// Ownership of the new step is transferred to the parent |