Title: [112089] trunk/Source/WebKit2
Revision
112089
Author
[email protected]
Date
2012-03-26 07:20:05 -0700 (Mon, 26 Mar 2012)

Log Message

Be more careful with git gui usage

Unreviewed typo fix.

* UIProcess/qt/QtViewportInteractionEngine.cpp: Remove additional line committed by accident.
(WebKit::QtViewportInteractionEngine::pinchGestureEnded):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (112088 => 112089)


--- trunk/Source/WebKit2/ChangeLog	2012-03-26 14:16:12 UTC (rev 112088)
+++ trunk/Source/WebKit2/ChangeLog	2012-03-26 14:20:05 UTC (rev 112089)
@@ -1,3 +1,12 @@
+2012-03-26  Andras Becsi  <[email protected]>
+
+        Be more careful with git gui usage
+
+        Unreviewed typo fix.
+
+        * UIProcess/qt/QtViewportInteractionEngine.cpp: Remove additional line committed by accident.
+        (WebKit::QtViewportInteractionEngine::pinchGestureEnded):
+
 2012-03-26  Allan Sandfeld Jensen  <[email protected]>
 
         [Qt] Taps are sometimes not highlighted.

Modified: trunk/Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp (112088 => 112089)


--- trunk/Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp	2012-03-26 14:16:12 UTC (rev 112088)
+++ trunk/Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp	2012-03-26 14:20:05 UTC (rev 112089)
@@ -580,7 +580,6 @@
     m_pinchStartScale = -1;
     // Clear the update deferrer now if we're in our final position and there won't be any animation to clear it later.
     if (ensureContentWithinViewportBoundary()) {
-    if (ensureContentWithinViewportBoundary())
         m_scaleUpdateDeferrer.clear();
         m_flickProvider->cancelFlick();
         m_flickProvider->contentItem()->parentItem()->setProperty("interactive", true);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to