Index: Source/core/html/HTMLHtmlElement.cpp |
diff --git a/Source/core/html/HTMLHtmlElement.cpp b/Source/core/html/HTMLHtmlElement.cpp |
index e4a56c917c41464cc80e0809bcb13e09f116c9b1..c089bba97f24a9a8a3224c2ea1c99e2c476fff1a 100644 |
--- a/Source/core/html/HTMLHtmlElement.cpp |
+++ b/Source/core/html/HTMLHtmlElement.cpp |
@@ -65,7 +65,7 @@ void HTMLHtmlElement::insertedByParser() |
if (!documentLoader) |
return; |
- const AtomicString& manifest = getAttribute(manifestAttr); |
+ const AtomicString& manifest = fastGetAttribute(manifestAttr); |
if (manifest.isEmpty()) |
documentLoader->applicationCacheHost()->selectCacheWithoutManifest(); |
else |