| Index: Source/core/html/HTMLOutputElement.h
|
| diff --git a/Source/core/html/HTMLOutputElement.h b/Source/core/html/HTMLOutputElement.h
|
| index bf1e469e71527f2e6f87a3c61e7b7511937baf00..da0717dca928b916b6ea70e6afd529024322a3ba 100644
|
| --- a/Source/core/html/HTMLOutputElement.h
|
| +++ b/Source/core/html/HTMLOutputElement.h
|
| @@ -46,7 +46,7 @@ public:
|
| void setValue(const String&);
|
| String defaultValue() const;
|
| void setDefaultValue(const String&);
|
| - void setFor(const String&);
|
| + void setFor(const AtomicString&);
|
| DOMSettableTokenList* htmlFor() const;
|
|
|
| virtual bool canContainRangeEndPoint() const { return false; }
|
|
|