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

crogers at google.com crogers at google.com
Wed Dec 22 15:38:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a730ad79db6629048983f193c3a6566afcd0fe28
Author: crogers at google.com <crogers at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 9 21:02:15 2010 +0000

    2010-11-09  Chris Rogers  <crogers at google.com>
    
            Reviewed by James Robinson.
    
            AudioChannel.h is including AudioFloatArray.h instead of AudioArray.h
            https://bugs.webkit.org/show_bug.cgi?id=49269
    
            * platform/audio/AudioChannel.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71670 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 677bf6e..711a5ae 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-09  Chris Rogers  <crogers at google.com>
+
+        Reviewed by James Robinson.
+
+        AudioChannel.h is including AudioFloatArray.h instead of AudioArray.h
+        https://bugs.webkit.org/show_bug.cgi?id=49269
+
+        * platform/audio/AudioChannel.h:
+
 2010-11-09  Dan Bernstein  <mitz at apple.com>
 
         Reviewed by Dave Hyatt.
diff --git a/WebCore/platform/audio/AudioChannel.h b/WebCore/platform/audio/AudioChannel.h
index 511048c..6816830 100644
--- a/WebCore/platform/audio/AudioChannel.h
+++ b/WebCore/platform/audio/AudioChannel.h
@@ -29,7 +29,7 @@
 #ifndef AudioChannel_h
 #define AudioChannel_h
 
-#include "AudioFloatArray.h"
+#include "AudioArray.h"
 #include <wtf/Noncopyable.h>
 #include <wtf/PassOwnPtr.h>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list