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

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

Issue 1295173004: Count usage of reading HTMLInputElement::checked during click event handler. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « Source/core/frame/UseCounter.h ('k') | 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 f1718611e5ca9280704e6e81cd0ba6c38e2de74d..d39f33283f05c6c4cc009240d4377cc4eed6d50b 100644
--- a/Source/core/html/HTMLInputElement.h
+++ b/Source/core/html/HTMLInputElement.h
@@ -94,7 +94,7 @@ public:
bool isImage() const;
- bool checked() const { return m_isChecked; }
+ bool checked() const;
void setChecked(bool, TextFieldEventBehavior = DispatchNoEvent);
void dispatchChangeEventIfNeeded();
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698