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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 12:43:47 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit da62538d5b583825d399f4117889840c1586eda3
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 22:32:56 2010 +0000

    2010-08-27  Adam Barth  <abarth at webkit.org>
    
            Attempt to fix the Qt build.
    
            * WebCore.pro:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66266 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d5efb6d..c2c5986 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-27  Adam Barth  <abarth at webkit.org>
 
+        Attempt to fix the Qt build.
+
+        * WebCore.pro:
+
+2010-08-27  Adam Barth  <abarth at webkit.org>
+
         Rubber-stamped by Eric Seidel.
 
         Move HTMLTreeBuilder and HTMLElementStack to WebCore/html/parser.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 0bf55f6..a4852d6 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -744,6 +744,8 @@ SOURCES += \
     html/ImageData.cpp \
     html/ImageResizerThread.cpp \
     html/LabelsNodeList.cpp \
+    html/parser/HTMLElementStack.cpp \
+    html/parser/HTMLTreeBuilder.cpp \
     html/ThreadableBlobRegistry.cpp \
     html/StepRange.cpp \
     html/ValidityState.cpp \
@@ -1519,8 +1521,6 @@ HEADERS += \
     html/ImageData.h \
     html/ImageResizerThread.h \
     html/LabelsNodeList.h \
-    html/parser/HTMLElementStack.cpp \
-    html/parser/HTMLTreeBuilder.cpp \
     html/StepRange.h \
     html/TimeRanges.h \
     html/ValidityState.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list