Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: Source/core/html/HTMLOutputElement.h

Issue 108313015: Make calls to AtomicString(const String&) explicit in html/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Take feedback into consideration Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698