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

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

Issue 178253006: Output Element defaultValue should be based on textContent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 92ad652f0114f89bf8509bbd83517ad3b4664195..394691ca2ebd9432ff8bb99c23c80227b972ddf2 100644
--- a/Source/core/html/HTMLOutputElement.h
+++ b/Source/core/html/HTMLOutputElement.h
@@ -44,7 +44,7 @@ public:
String value() const;
void setValue(const String&);
- String defaultValue() const;
+ String defaultValue();
void setDefaultValue(const String&);
void setFor(const AtomicString&);
DOMSettableTokenList* htmlFor() const;

Powered by Google App Engine
This is Rietveld 408576698