[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

leviw at chromium.org leviw at chromium.org
Sun Feb 20 23:30:57 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit d13be1f6ab145ba919b2126022dbd041e7491f8f
Author: leviw at chromium.org <leviw at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 21 01:31:52 2011 +0000

    2011-01-20  Levi Weintraub  <leviw at chromium.org>
    
            Unreviewed.
    
            Fixing build breakage.
    
            * editing/SelectionController.cpp:
            (WebCore::SelectionController::willBeModified):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76315 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 24ce324..8bebc1c 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,5 +1,14 @@
 2011-01-20  Levi Weintraub  <leviw at chromium.org>
 
+        Unreviewed.
+
+        Fixing build breakage.
+
+        * editing/SelectionController.cpp:
+        (WebCore::SelectionController::willBeModified):
+
+2011-01-20  Levi Weintraub  <leviw at chromium.org>
+
         Reviewed by Ryosuke Niwa.
 
         RTL: Caret goes to the opposite direction when pressing an arrow key after selection is made
diff --git a/Source/WebCore/editing/SelectionController.cpp b/Source/WebCore/editing/SelectionController.cpp
index b8bcdda..564bf14 100644
--- a/Source/WebCore/editing/SelectionController.cpp
+++ b/Source/WebCore/editing/SelectionController.cpp
@@ -313,7 +313,7 @@ void SelectionController::willBeModified(EAlteration alter, SelectionDirection d
     Position start = m_selection.start();
     Position end = m_selection.end();
 
-    bool baseIsStart;
+    bool baseIsStart = true;
 
     if (m_isDirectional) {
         // Make base and extent match start and end so we extend the user-visible selection.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list