Index: Source/core/html/HTMLOutputElement.cpp |
diff --git a/Source/core/html/HTMLOutputElement.cpp b/Source/core/html/HTMLOutputElement.cpp |
index 00d04356f9cc79595c610be7bef10158e88501e8..6751780a06e96282178b4251820f8b51141941dd 100644 |
--- a/Source/core/html/HTMLOutputElement.cpp |
+++ b/Source/core/html/HTMLOutputElement.cpp |
@@ -75,7 +75,7 @@ DOMSettableTokenList* HTMLOutputElement::htmlFor() const |
return m_tokens.get(); |
} |
-void HTMLOutputElement::setFor(const String& value) |
+void HTMLOutputElement::setFor(const AtomicString& value) |
{ |
m_tokens->setValue(value); |
} |