[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ossy at webkit.org ossy at webkit.org
Thu Apr 8 01:13:43 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 8da023daba4cddb8c362c28e7bf2d8643cc89de1
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 18 22:14:44 2010 +0000

    [Qt] Unreviewed trivial buildfix. (r53429)
    
    * WebCore.pri: missing XMLNS_NAMES added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53431 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 349f389..fcf8993 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-18  Csaba Osztrogonác  <ossy at webkit.org>
+
+        [Qt] Unreviewed trivial buildfix. (r53429)
+
+        * WebCore.pri: missing XMLNS_NAMES added.
+
 2010-01-18  Geoffrey Garen  <ggaren at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/WebCore.pri b/WebCore/WebCore.pri
index 562bac2..38610df 100644
--- a/WebCore/WebCore.pri
+++ b/WebCore/WebCore.pri
@@ -160,6 +160,8 @@ HTML_NAMES = $$PWD/html/HTMLTagNames.in
 
 XML_NAMES = $$PWD/xml/xmlattrs.in
 
+XMLNS_NAMES = $$PWD/xml/xmlnsattrs.in
+
 ENTITIES_GPERF = $$PWD/html/HTMLEntityNames.gperf
 
 COLORDAT_GPERF = $$PWD/platform/ColorData.gperf

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list