[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

weinig at apple.com weinig at apple.com
Wed Dec 22 13:33:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 59787f9b5d24f66a0c8b56a5b92a8dad7117ff5d
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 20 05:23:22 2010 +0000

    Attempt to fix Qt build.
    
    * WebProcess/WebCoreSupport/WebEditorClient.cpp:
    (WebKit::WebEditorClient::doTextFieldCommandFromEvent):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67837 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 94d661b..d62c8e9 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2010-09-19  Sam Weinig  <sam at webkit.org>
 
+        Attempt to fix Qt build.
+
+        * WebProcess/WebCoreSupport/WebEditorClient.cpp:
+        (WebKit::WebEditorClient::doTextFieldCommandFromEvent):
+
+2010-09-19  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Anders Carlsson.
 
         Add WebKit2 equivalent of the WebFormDelegate's doCommandBySelector
diff --git a/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp b/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp
index 839bde7..0a930ba 100644
--- a/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp
+++ b/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp
@@ -323,7 +323,7 @@ bool WebEditorClient::doTextFieldCommandFromEvent(Element* element, KeyboardEven
     if (!element->hasTagName(inputTag))
         return false;
 
-    WKInputFieldActionType actionType;
+    WKInputFieldActionType actionType = static_cast<WKInputFieldActionType>(0);
     if (!getActionTypeForKeyEvent(event, actionType))
         return false;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list