| Index: Source/core/html/HTMLObjectElement.cpp
|
| diff --git a/Source/core/html/HTMLObjectElement.cpp b/Source/core/html/HTMLObjectElement.cpp
|
| index 87cf60f95ba03efe8323892fc5e5c434f2f34cdc..17a14cc99ba3b7a95efb78a46a18e02334052111 100644
|
| --- a/Source/core/html/HTMLObjectElement.cpp
|
| +++ b/Source/core/html/HTMLObjectElement.cpp
|
| @@ -384,7 +384,7 @@ void HTMLObjectElement::renderFallbackContent()
|
| // FIXME: This should be removed, all callers are almost certainly wrong.
|
| static bool isRecognizedTagName(const QualifiedName& tagName)
|
| {
|
| - DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, tagList, ());
|
| + DEFINE_STATIC_LOCAL(HashSet<StringImpl*>, tagList, ());
|
| if (tagList.isEmpty()) {
|
| QualifiedName** tags = HTMLNames::getHTMLTags();
|
| for (size_t i = 0; i < HTMLNames::HTMLTagsCount; i++) {
|
|
|