[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

commit-queue at webkit.org commit-queue at webkit.org
Fri Jan 21 14:35:49 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 0c90d1a97365371fca5220be78bc5fcdc88b0057
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 23 00:16:33 2010 +0000

    2010-12-22  Adam Bergkvist  <adam.bergkvist at ericsson.com>
    
            Reviewed by Martin Robinson.
    
            [GTK] Building with Blob support fails again
            https://bugs.webkit.org/show_bug.cgi?id=51392
    
            Build fix.
    
            * GNUmakefile.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74515 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index dc6440f..f2ba332 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-22  Adam Bergkvist  <adam.bergkvist at ericsson.com>
+
+        Reviewed by Martin Robinson.
+
+        [GTK] Building with Blob support fails again
+        https://bugs.webkit.org/show_bug.cgi?id=51392
+
+        Build fix.
+
+        * GNUmakefile.am:
+
 2010-12-22  Dan Bernstein  <mitz at apple.com>
 
         Reviewed by Anders Carlsson.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 9cfbf3b..f108f86 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -763,6 +763,7 @@ webcore_sources += \
 	WebCore/bindings/js/JSDataGridColumnListCustom.cpp \
 	WebCore/bindings/js/JSDataGridDataSource.cpp \
 	WebCore/bindings/js/JSDataGridDataSource.h \
+	WebCore/bindings/js/JSDataViewCustom.cpp \
 	WebCore/bindings/js/JSDebugWrapperSet.cpp \
 	WebCore/bindings/js/JSDebugWrapperSet.h \
 	WebCore/bindings/js/JSDedicatedWorkerContextCustom.cpp \
@@ -1572,6 +1573,8 @@ webcore_sources += \
 	WebCore/html/canvas/CanvasRenderingContext.h \
 	WebCore/html/canvas/CanvasStyle.cpp \
 	WebCore/html/canvas/CanvasStyle.h \
+	WebCore/html/canvas/DataView.cpp \
+	WebCore/html/canvas/DataView.h \
 	WebCore/html/canvas/Float32Array.cpp \
 	WebCore/html/canvas/Float32Array.h \
 	WebCore/html/canvas/Int16Array.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list