summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorhayato@chromium.org <hayato@chromium.org>2013-01-29 10:15:06 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-05 12:54:20 +0200
commit01b1a53e4d1e3b4fbc1041bf9c71fc668fbb7a48 (patch)
tree0e720b3f638a02e6a7b17f6d30a9971857e64e0f /Source
parent13ed0e19388202143b5a794754de1d0826f447a0 (diff)
downloadqtwebkit-01b1a53e4d1e3b4fbc1041bf9c71fc668fbb7a48.tar.gz
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): Change-Id: If76f50f49965e6b950aa398238965fc541f6c795 git-svn-id: http://svn.webkit.org/repository/webkit/trunk@141088 268f45cc-cd09-0410-ab3c-d52691b4dbfc Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source')
-rw-r--r--Source/WebCore/page/EventHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/page/EventHandler.cpp b/Source/WebCore/page/EventHandler.cpp
index da7d2238c..22d616e0f 100644
--- a/Source/WebCore/page/EventHandler.cpp
+++ b/Source/WebCore/page/EventHandler.cpp
@@ -1706,7 +1706,7 @@ bool EventHandler::handleMousePressEvent(const PlatformMouseEvent& mouseEvent)
swallowEvent = handleMousePressEvent(mev);
}
- return !swallowEvent;
+ return swallowEvent;
}
// This method only exists for platforms that don't know how to deliver