| Index: trunk/Source/core/html/HTMLObjectElement.cpp
|
| ===================================================================
|
| --- trunk/Source/core/html/HTMLObjectElement.cpp (revision 153372)
|
| +++ trunk/Source/core/html/HTMLObjectElement.cpp (working copy)
|
| @@ -384,7 +384,7 @@
|
| // FIXME: This should be removed, all callers are almost certainly wrong.
|
| static bool isRecognizedTagName(const QualifiedName& tagName)
|
| {
|
| - DEFINE_STATIC_LOCAL(HashSet<StringImpl*>, tagList, ());
|
| + DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, tagList, ());
|
| if (tagList.isEmpty()) {
|
| QualifiedName** tags = HTMLNames::getHTMLTags();
|
| for (size_t i = 0; i < HTMLNames::HTMLTagsCount; i++) {
|
|
|