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

Unified Diff: Source/WebCore/dom/MouseEvent.cpp

Issue 12703032: Revert 146744 "Refactoring: Pull Node::disabled() and Node::isIn..." (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1453/
Patch Set: Created 7 years, 9 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/WebCore/dom/GestureEvent.cpp ('k') | Source/WebCore/dom/Node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/MouseEvent.cpp
===================================================================
--- Source/WebCore/dom/MouseEvent.cpp (revision 146891)
+++ Source/WebCore/dom/MouseEvent.cpp (working copy)
@@ -300,7 +300,7 @@
return dispatcher->dispatch();
}
- if (dispatcher->node()->isElementNode() && toElement(dispatcher->node())->disabled()) // Don't even send DOM events for disabled controls..
+ if (dispatcher->node()->disabled()) // Don't even send DOM events for disabled controls..
return false;
if (event()->type().isEmpty())
« no previous file with comments | « Source/WebCore/dom/GestureEvent.cpp ('k') | Source/WebCore/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698