[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 16:13:35 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3652ca044989e73571e6ce51b18c962e137f7162
Author: crogers at google.com <crogers at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 19 20:27:05 2010 +0000

    2010-11-19  Chris Rogers  <crogers at google.com>
    
            Reviewed by Darin Adler.
    
            AudioContext should not include "HTMLNames.h"
            https://bugs.webkit.org/show_bug.cgi?id=49680
    
            No new tests since audio API is not yet implemented.
    
            * webaudio/AudioContext.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72426 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3f2143a..815ef30 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-11-19  Chris Rogers  <crogers at google.com>
+
+        Reviewed by Darin Adler.
+
+        AudioContext should not include "HTMLNames.h"
+        https://bugs.webkit.org/show_bug.cgi?id=49680
+
+        No new tests since audio API is not yet implemented.
+
+        * webaudio/AudioContext.cpp:
+
 2010-11-19  Steve Falkenburg  <sfalken at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/webaudio/AudioContext.cpp b/WebCore/webaudio/AudioContext.cpp
index da7df1b..30198e8 100644
--- a/WebCore/webaudio/AudioContext.cpp
+++ b/WebCore/webaudio/AudioContext.cpp
@@ -43,7 +43,6 @@
 #include "Document.h"
 #include "HRTFDatabaseLoader.h"
 #include "HRTFPanner.h"
-#include "HTMLNames.h"
 #include "HighPass2FilterNode.h"
 #include "JavaScriptAudioNode.h"
 #include "LowPass2FilterNode.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list