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

tkent at chromium.org tkent at chromium.org
Wed Dec 22 15:29:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 89d302a93290ce7dac0bc1935df9358281ed5596
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 5 01:57:40 2010 +0000

    2010-11-04  Kent Tamura  <tkent at chromium.org>
    
            Unreviewed, trivial test fix.
    
            Fix GTK build for http://trac.webkit.org/changeset/71373 .
    
            * GNUmakefile.am: Add HTMLOutputElement.{cpp,h}
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71379 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 864021f..974bc81 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-04  Kent Tamura  <tkent at chromium.org>
+
+        Unreviewed, trivial test fix.
+
+        Fix GTK build for http://trac.webkit.org/changeset/71373 .
+
+        * GNUmakefile.am: Add HTMLOutputElement.{cpp,h}
+
 2010-11-04  MORITA Hajime  <morrita at google.com>
 
         Reviewed by Kent Tamura.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index ed9a5f8..f8d5a2f 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -1646,6 +1646,8 @@ webcore_sources += \
 	WebCore/html/HTMLOptionElement.h \
 	WebCore/html/HTMLOptionsCollection.cpp \
 	WebCore/html/HTMLOptionsCollection.h \
+	WebCore/html/HTMLOutputElement.cpp \
+	WebCore/html/HTMLOutputElement.h \
 	WebCore/html/HTMLParagraphElement.cpp \
 	WebCore/html/HTMLParagraphElement.h \
 	WebCore/html/HTMLParamElement.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list