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

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

Issue 387493003: Use [Reflect=value] for HTMLInputElement.defaultValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLInputElement.h
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
index 796c7e754bf42178e70fc47f3f9c305b8a7d28c5..c0aa4c07dd6f0de3b486a7e9ceddbbf237332e3e 100644
--- a/Source/core/html/HTMLInputElement.h
+++ b/Source/core/html/HTMLInputElement.h
@@ -181,7 +181,6 @@ public:
int maxResults() const { return m_maxResults; }
const AtomicString& defaultValue() const;
- void setDefaultValue(const AtomicString&);
Vector<String> acceptMIMETypes();
Vector<String> acceptFileExtensions();
« no previous file with comments | « no previous file | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698