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

crogers at google.com crogers at google.com
Sun Feb 20 23:36:19 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 0fd8782f3b790ce90aff657d78e4c080f9021465
Author: crogers at google.com <crogers at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 22 01:19:27 2011 +0000

    2011-01-21  Chris Rogers  <crogers at google.com>
    
            Unreviewed
    
            define HAS_WEBAUDIO_RUNTIMEFEATURES for synchronization with chromium patch landing
            https://bugs.webkit.org/show_bug.cgi?id=52941
    
            * public/WebRuntimeFeatures.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76412 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit/chromium/ChangeLog b/Source/WebKit/chromium/ChangeLog
index 00050fe..ef4b2fb 100644
--- a/Source/WebKit/chromium/ChangeLog
+++ b/Source/WebKit/chromium/ChangeLog
@@ -2,6 +2,15 @@
 
         Unreviewed
 
+        define HAS_WEBAUDIO_RUNTIMEFEATURES for synchronization with chromium patch landing
+        https://bugs.webkit.org/show_bug.cgi?id=52941
+
+        * public/WebRuntimeFeatures.h:
+
+2011-01-21  Chris Rogers  <crogers at google.com>
+
+        Unreviewed
+
         Add HAS_WEBAUDIO_FEATURE_ENABLE define to synchronize with chromium-side patch
         https://bugs.webkit.org/show_bug.cgi?id=52939
 
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
index 097e95b..a078923 100644
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -31,6 +31,8 @@
 #ifndef WebRuntimeFeatures_h
 #define WebRuntimeFeatures_h
 
+#define HAS_WEBAUDIO_RUNTIMEFEATURES 1
+
 #include "WebCommon.h"
 
 namespace WebKit {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list