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

eric at webkit.org eric at webkit.org
Thu Apr 8 01:57:06 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 907ba30d2bcd49b4e2665b58cd64bfb34949a732
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 23 16:53:08 2010 +0000

    2010-02-23  Evan Martin  <evan at chromium.org>
    
            Reviewed by Jeremy Orlow.
    
            [chromium] fix previous SVG-disabling patch
            https://bugs.webkit.org/show_bug.cgi?id=35298
    
            * WebCore.gypi: rename variable
            * WebCore.gyp/WebCore.gyp: actually use the variable
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55155 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4a40248..2f9aa84 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-02-23  Evan Martin  <evan at chromium.org>
+
+        Reviewed by Jeremy Orlow.
+
+        [chromium] fix previous SVG-disabling patch
+        https://bugs.webkit.org/show_bug.cgi?id=35298
+
+        * WebCore.gypi: rename variable
+        * WebCore.gyp/WebCore.gyp: actually use the variable
+
 2010-02-23  Michael Lotz <mmlr at mlotz.ch>
 
         Reviewed by David Levin.
diff --git a/WebCore/WebCore.gyp/WebCore.gyp b/WebCore/WebCore.gyp/WebCore.gyp
index 69c4b39..3ddfd46 100644
--- a/WebCore/WebCore.gyp/WebCore.gyp
+++ b/WebCore/WebCore.gyp/WebCore.gyp
@@ -226,7 +226,7 @@
       'conditions': [
         ['enable_svg!=0', {
           'sources': [
-            '<@(webcore_bindings_idl_files)',
+            '<@(webcore_svg_bindings_idl_files)',
           ],
         }],
       ],
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index 1d90f08..9e6a9a7 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -243,7 +243,7 @@
             'xml/XPathResult.idl',
             'xml/XSLTProcessor.idl',
         ],
-        'webcore_bindings_idl_svg_files': [
+        'webcore_svg_bindings_idl_files': [
             'svg/ElementTimeControl.idl',
             'svg/SVGAElement.idl',
             'svg/SVGAltGlyphElement.idl',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list