[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:35:48 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 1ca33a58276f3f3d754a2607d34948bf1f0f1c55
Author: crogers at google.com <crogers at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 21 23:41:07 2011 +0000

    2011-01-21  Chris Rogers  <crogers at google.com>
    
            Reviewed by Kenneth Russell.
    
            fix audio build: header file should be "Noncopyable.h" and not "NonCopyable.h"
            https://bugs.webkit.org/show_bug.cgi?id=52933
    
            No new tests since this just fixes the build
    
            * webaudio/RealtimeAnalyser.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76402 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index f905350..1537557 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -2,6 +2,17 @@
 
         Reviewed by Kenneth Russell.
 
+        fix audio build: header file should be "Noncopyable.h" and not "NonCopyable.h"
+        https://bugs.webkit.org/show_bug.cgi?id=52933
+
+        No new tests since this just fixes the build
+
+        * webaudio/RealtimeAnalyser.h:
+
+2011-01-21  Chris Rogers  <crogers at google.com>
+
+        Reviewed by Kenneth Russell.
+
         Fix audio build: change ChromiumBridge to PlatformBridge
         https://bugs.webkit.org/show_bug.cgi?id=52928
 
diff --git a/Source/WebCore/webaudio/RealtimeAnalyser.h b/Source/WebCore/webaudio/RealtimeAnalyser.h
index cc791fb..c6ec2c0 100644
--- a/Source/WebCore/webaudio/RealtimeAnalyser.h
+++ b/Source/WebCore/webaudio/RealtimeAnalyser.h
@@ -26,7 +26,7 @@
 #define RealtimeAnalyser_h
 
 #include "AudioArray.h"
-#include <wtf/NonCopyable.h>
+#include <wtf/Noncopyable.h>
 #include <wtf/OwnPtr.h>
 
 namespace WebCore {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list