Index: Source/core/html/HTMLObjectElement.cpp |
diff --git a/Source/core/html/HTMLObjectElement.cpp b/Source/core/html/HTMLObjectElement.cpp |
index c3d5dcf77893f8a41751dc849f6986f6423a2128..8fdf43abda6321bf5169815288f49eda4e450f2d 100644 |
--- a/Source/core/html/HTMLObjectElement.cpp |
+++ b/Source/core/html/HTMLObjectElement.cpp |
@@ -394,7 +394,7 @@ static bool isRecognizedTagName(const QualifiedName& tagName) |
{ |
DEFINE_STATIC_LOCAL(HashSet<StringImpl*>, tagList, ()); |
if (tagList.isEmpty()) { |
- QualifiedName** tags = HTMLNames::getHTMLTags(); |
+ const QualifiedName* const* tags = HTMLNames::getHTMLTags(); |
for (size_t i = 0; i < HTMLNames::HTMLTagsCount; i++) { |
if (*tags[i] == bgsoundTag |
|| *tags[i] == commandTag |