Index: Source/core/html/imports/HTMLImportsController.cpp |
diff --git a/Source/core/html/imports/HTMLImportsController.cpp b/Source/core/html/imports/HTMLImportsController.cpp |
index 402bdd64d08fe89e00e911beac7ebd6b59da98ca..ba49e87d07cb0082070c37500f86f469c13118dc 100644 |
--- a/Source/core/html/imports/HTMLImportsController.cpp |
+++ b/Source/core/html/imports/HTMLImportsController.cpp |
@@ -120,7 +120,6 @@ HTMLImportChild* HTMLImportsController::load(HTMLImport* parent, HTMLImportChild |
// Resource::addClient() immediately calls back to feed the bytes when the resource is cached. |
loader->startLoading(resource); |
child->didStartLoading(); |
- |
return child; |
} |