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

atwilson at chromium.org atwilson at chromium.org
Thu Oct 29 20:42:01 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 50466e391dfa2aa4e85227be3a159fd6840e8631
Author: atwilson at chromium.org <atwilson at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 8 21:19:09 2009 +0000

    SVGURIReference Build problem for V8.  An additional stale reference to SVGURIReference bindings
    which wasn't exposed until a clean build.
    https://bugs.webkit.org/show_bug.cgi?id=30217
    
    Patch by John Gregg <johnnyg at google.com> on 2009-10-08
    Reviewed by Dimitri Glazkov.
    
    No new tests, just a build fix.
    
    * bindings/v8/V8Index.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49319 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 1aa5e01..23c7d20 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2009-10-08  John Gregg  <johnnyg at google.com>
+
+        Reviewed by Dimitri Glazkov.
+
+        SVGURIReference Build problem for V8.  An additional stale reference to SVGURIReference bindings
+        which wasn't exposed until a clean build.
+        https://bugs.webkit.org/show_bug.cgi?id=30217
+
+        No new tests, just a build fix.
+
+        * bindings/v8/V8Index.cpp:
+
 2009-10-08  Nikolas Zimmermann  <nzimmermann at rim.com>
 
         Not reviewed. Sort XCode project file.
diff --git a/WebCore/bindings/v8/V8Index.cpp b/WebCore/bindings/v8/V8Index.cpp
index c6915fb..75844b8 100644
--- a/WebCore/bindings/v8/V8Index.cpp
+++ b/WebCore/bindings/v8/V8Index.cpp
@@ -367,7 +367,6 @@
 #include "V8SVGTransform.h"
 #include "V8SVGTransformList.h"
 #include "V8SVGUnitTypes.h"
-#include "V8SVGURIReference.h"
 #include "V8SVGZoomEvent.h"
 #endif
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list