Index: Source/core/svg/SVGScriptElement.cpp |
diff --git a/Source/core/svg/SVGScriptElement.cpp b/Source/core/svg/SVGScriptElement.cpp |
index 871b2353fd728c89b0e1e1c8875442202a0036bf..f5956167dc25fe0052ffa6cf5fad8e074494eba0 100644 |
--- a/Source/core/svg/SVGScriptElement.cpp |
+++ b/Source/core/svg/SVGScriptElement.cpp |
@@ -137,7 +137,7 @@ void SVGScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, |
bool SVGScriptElement::isURLAttribute(const Attribute& attribute) const |
{ |
- return attribute.name() == sourceAttributeValue(); |
+ return attribute.name() == AtomicString(sourceAttributeValue()); |
} |
void SVGScriptElement::finishParsingChildren() |