Title: [141088] trunk/Source/WebCore
- Revision
- 141088
- Author
- [email protected]
- Date
- 2013-01-29 02:15:06 -0800 (Tue, 29 Jan 2013)
Log Message
Revert an accidentally changed line of EventHander::handleMousePressEvent(PlatformMouseEvent&) in r135650.
https://bugs.webkit.org/show_bug.cgi?id=108165
Reviewed by Hajime Morita.
No new tests.
* page/EventHandler.cpp:
(WebCore::EventHandler::handleMousePressEvent):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (141087 => 141088)
--- trunk/Source/WebCore/ChangeLog 2013-01-29 10:01:51 UTC (rev 141087)
+++ trunk/Source/WebCore/ChangeLog 2013-01-29 10:15:06 UTC (rev 141088)
@@ -1,3 +1,15 @@
+2013-01-29 Hayato Ito <[email protected]>
+
+ Revert an accidentally changed line of EventHander::handleMousePressEvent(PlatformMouseEvent&) in r135650.
+ https://bugs.webkit.org/show_bug.cgi?id=108165
+
+ Reviewed by Hajime Morita.
+
+ No new tests.
+
+ * page/EventHandler.cpp:
+ (WebCore::EventHandler::handleMousePressEvent):
+
2013-01-29 Kent Tamura <[email protected]>
FeatureObserver: Input types are counted unexpectedly in a page with Modernizr
Modified: trunk/Source/WebCore/page/EventHandler.cpp (141087 => 141088)
--- trunk/Source/WebCore/page/EventHandler.cpp 2013-01-29 10:01:51 UTC (rev 141087)
+++ trunk/Source/WebCore/page/EventHandler.cpp 2013-01-29 10:15:06 UTC (rev 141088)
@@ -1549,7 +1549,7 @@
swallowEvent = handleMousePressEvent(mev);
}
- return !swallowEvent;
+ return swallowEvent;
}
// This method only exists for platforms that don't know how to deliver
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes