Index: Source/core/html/HTMLObjectElement.cpp |
diff --git a/Source/core/html/HTMLObjectElement.cpp b/Source/core/html/HTMLObjectElement.cpp |
index 0bc59f1e126a3d40f752d831a1ce05a612276f65..3d588cdd406fedfea8d5204e2d01b0c788e2cd72 100644 |
--- a/Source/core/html/HTMLObjectElement.cpp |
+++ b/Source/core/html/HTMLObjectElement.cpp |
@@ -339,7 +339,7 @@ void HTMLObjectElement::childrenChanged(const ChildrenChange& change) |
bool HTMLObjectElement::isURLAttribute(const Attribute& attribute) const |
{ |
return attribute.name() == codebaseAttr || attribute.name() == dataAttr |
- || (attribute.name() == usemapAttr && attribute.value().string()[0] != '#') |
+ || (attribute.name() == usemapAttr && attribute.value()[0] != '#') |
|| HTMLPlugInElement::isURLAttribute(attribute); |
} |