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

Unified Diff: Source/core/dom/Node.h

Issue 138003005: Move dispatchChangeEvent to HTMLFormControlElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Retry Created 6 years, 11 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/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index f0bff39e630c691a9a116fbbe0be649a91f07f27..01d0aaf5517e8216c68c7f59029f14a79f7e9978 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -651,8 +651,7 @@ public:
void dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions = SendNoEvents);
virtual bool dispatchBeforeLoadEvent(const String& sourceURL);
- virtual void dispatchChangeEvent();
- virtual void dispatchInputEvent();
+ void dispatchInputEvent();
// Perform the default action for an event.
virtual void defaultEventHandler(Event*);
« no previous file with comments | « no previous file | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698