[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

levin at chromium.org levin at chromium.org
Thu Oct 29 20:41:52 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 581854047e6ff66e0021e6cc34e81e119061168c
Author: levin at chromium.org <levin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 8 17:34:06 2009 +0000

    Fix build problem with SVGURIReference in V8.
    https://bugs.webkit.org/show_bug.cgi?id=30217
    
    Patch by John Gregg <johnnyg at google.com> on 2009-10-08
    Reviewed by David Levin.
    
    No new tests, just a build fix.
    
    * WebCore.gypi:
    * bindings/v8/DerivedSourcesAllInOne.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49309 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c6473c6..321cacb 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2009-10-08  John Gregg  <johnnyg at google.com>
+
+        Reviewed by David Levin.
+
+        Fix build problem with SVGURIReference in V8.
+        https://bugs.webkit.org/show_bug.cgi?id=30217
+
+        No new tests, just a build fix.
+
+        * WebCore.gypi:
+        * bindings/v8/DerivedSourcesAllInOne.cpp:
+
 2009-10-07  Dave Hyatt  <hyatt at apple.com>
 
         Reviewed by Eric Carlson.
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index a8cfeb9..d82690f 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -346,7 +346,6 @@
             'svg/SVGTransform.idl',
             'svg/SVGTransformList.idl',
             'svg/SVGTransformable.idl',
-            'svg/SVGURIReference.idl',
             'svg/SVGUnitTypes.idl',
             'svg/SVGUseElement.idl',
             'svg/SVGViewElement.idl',
diff --git a/WebCore/bindings/v8/DerivedSourcesAllInOne.cpp b/WebCore/bindings/v8/DerivedSourcesAllInOne.cpp
index b8898fa..2f8db56 100644
--- a/WebCore/bindings/v8/DerivedSourcesAllInOne.cpp
+++ b/WebCore/bindings/v8/DerivedSourcesAllInOne.cpp
@@ -322,7 +322,6 @@
 #include "bindings/V8SVGTRefElement.cpp"
 #include "bindings/V8SVGTSpanElement.cpp"
 #include "bindings/V8SVGUnitTypes.cpp"
-#include "bindings/V8SVGURIReference.cpp"
 #include "bindings/V8SVGUseElement.cpp"
 #include "bindings/V8SVGViewElement.cpp"
 #include "bindings/V8SVGZoomEvent.cpp"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list