| Index: Source/core/html/HTMLHtmlElement.cpp
|
| diff --git a/Source/core/html/HTMLHtmlElement.cpp b/Source/core/html/HTMLHtmlElement.cpp
|
| index e4a56c917c41464cc80e0809bcb13e09f116c9b1..87695c9738f559fd2fa0de5a4eafd667a808b83f 100644
|
| --- a/Source/core/html/HTMLHtmlElement.cpp
|
| +++ b/Source/core/html/HTMLHtmlElement.cpp
|
| @@ -69,7 +69,7 @@ void HTMLHtmlElement::insertedByParser()
|
| if (manifest.isEmpty())
|
| documentLoader->applicationCacheHost()->selectCacheWithoutManifest();
|
| else
|
| - documentLoader->applicationCacheHost()->selectCacheWithManifest(document().completeURL(manifest));
|
| + documentLoader->applicationCacheHost()->selectCacheWithManifest(treeScope().completeURL(manifest));
|
| }
|
|
|
| }
|
|
|