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

dglazkov at chromium.org dglazkov at chromium.org
Wed Dec 22 18:37:20 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a959b3e65f14f5d613652d958b7d9c424397bf44
Author: dglazkov at chromium.org <dglazkov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 14 19:57:42 2010 +0000

    2010-12-14  Dimitri Glazkov  <dglazkov at chromium.org>
    
            Fix GTK build by adding source files that were accidentally skipped in
            r74044. Sorry!
    
            * GNUmakefile.am: Added SliderThumbElement.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74047 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3d5d222..74b9c5e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-14  Dimitri Glazkov  <dglazkov at chromium.org>
+
+        Fix GTK build by adding source files that were accidentally skipped in
+        r74044. Sorry!
+
+        * GNUmakefile.am: Added SliderThumbElement.
+
 2010-12-14  Beth Dakin  <bdakin at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 1cdd83d..d5096e0 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -1865,6 +1865,8 @@ webcore_sources += \
 	WebCore/html/parser/TextDocumentParser.h \
 	WebCore/html/parser/TextViewSourceParser.cpp \
 	WebCore/html/parser/TextViewSourceParser.h \
+	WebCore/html/shadow/SliderThumbElement.cpp \
+	WebCore/html/shadow/SliderThumbElement.h \
 	WebCore/html/PasswordInputType.cpp \
 	WebCore/html/PasswordInputType.h \
 	WebCore/html/PluginDocument.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list