+2013-01-21 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active
+ https://bugs.webkit.org/show_bug.cgi?id=107419
+
+ Reviewed by Pavel Feldman.
+
+ mousemove event should not be dispatched when emulating touch events and mouse button is not pressed
+
+ * page/EventHandler.cpp:
+ (WebCore::EventHandler::dispatchSyntheticTouchEventIfEnabled):
+
2013-01-21 Andrey Lushnikov <lushnikov@chromium.org>
Web Inspector: fix highlight bug in DTE.