| Index: Source/core/html/imports/HTMLImportsController.cpp
|
| diff --git a/Source/core/html/imports/HTMLImportsController.cpp b/Source/core/html/imports/HTMLImportsController.cpp
|
| index c92ca4ad8bf6f6fde32e33bcabcba3a64a89feef..a762863a05c9a5240918fe5d2e9e5e185786c922 100644
|
| --- a/Source/core/html/imports/HTMLImportsController.cpp
|
| +++ b/Source/core/html/imports/HTMLImportsController.cpp
|
| @@ -102,6 +102,7 @@ HTMLImportChild* HTMLImportsController::createChild(const KURL& url, HTMLImport*
|
| HTMLImportChild* HTMLImportsController::load(HTMLImport* parent, HTMLImportChildClient* client, FetchRequest request)
|
| {
|
| ASSERT(!request.url().isEmpty() && request.url().isValid());
|
| + ASSERT(parent == this || toHTMLImportChild(parent)->loader()->isFirstImport(toHTMLImportChild(parent)));
|
|
|
| if (findLinkFor(request.url())) {
|
| HTMLImportChild* child = createChild(request.url(), parent, client);
|
|
|