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

weinig at apple.com weinig at apple.com
Wed Dec 22 18:29:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 86a4c695d341739611db00a535684a676d030b0c
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 13 00:30:20 2010 +0000

    Give LogTextInput a sensible flag value.
    
    Reviewed by Anders Carlsson.
    
    * Platform/Logging.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73882 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 427bd11..e46a9d9 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -2,6 +2,14 @@
 
         Reviewed by Anders Carlsson.
 
+        Give LogTextInput a sensible flag value.
+
+        * Platform/Logging.cpp:
+
+2010-12-12  Sam Weinig  <sam at webkit.org>
+
+        Reviewed by Anders Carlsson.
+
         Remove incorrect assertion that has been firing in the API tester.
 
         * UIProcess/WebDatabaseManagerProxy.cpp:
diff --git a/WebKit2/Platform/Logging.cpp b/WebKit2/Platform/Logging.cpp
index 6daa159..0cf6610 100644
--- a/WebKit2/Platform/Logging.cpp
+++ b/WebKit2/Platform/Logging.cpp
@@ -29,7 +29,7 @@
 
 WTFLogChannel LogSessionState = { 0x00000001, "WebKit2LogLevel", WTFLogChannelOff };
 WTFLogChannel LogContextMenu  = { 0x00000002, "WebKit2LogLevel", WTFLogChannelOff };
-WTFLogChannel LogTextInput    = { 0x00000003, "WebKit2LogLevel", WTFLogChannelOff };
+WTFLogChannel LogTextInput    = { 0x00000004, "WebKit2LogLevel", WTFLogChannelOff };
 
 static inline void initializeLogChannel(WTFLogChannel* channel)
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list