[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
zimmermann at webkit.org
zimmermann at webkit.org
Wed Jan 20 22:19:34 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit ca063b8c3a210ea3cdd199e18cbac4dac12157aa
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Jan 11 19:42:20 2010 +0000
2010-01-11 Nikolas Zimmermann <nzimmermann at rim.com>
Not reviewed. Attempt to fix windows builds, by removing the no-longer existant JSSVGPointListCustom.cpp from JSBindingsAllInOne.cpp.
* bindings/js/JSBindingsAllInOne.cpp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53088 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 020fef7..e49099c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
2010-01-11 Nikolas Zimmermann <nzimmermann at rim.com>
+ Not reviewed. Attempt to fix windows builds, by removing the no-longer existant JSSVGPointListCustom.cpp from JSBindingsAllInOne.cpp.
+
+ * bindings/js/JSBindingsAllInOne.cpp:
+
+2010-01-11 Nikolas Zimmermann <nzimmermann at rim.com>
+
Reviewed by Adam Roben & Dirk Schulze.
svg <text> fails to update when setting x/y
diff --git a/WebCore/bindings/js/JSBindingsAllInOne.cpp b/WebCore/bindings/js/JSBindingsAllInOne.cpp
index cf1049a..44d4b36 100644
--- a/WebCore/bindings/js/JSBindingsAllInOne.cpp
+++ b/WebCore/bindings/js/JSBindingsAllInOne.cpp
@@ -115,7 +115,6 @@
#include "JSSVGMatrixCustom.cpp"
#include "JSSVGPathSegCustom.cpp"
#include "JSSVGPathSegListCustom.cpp"
-#include "JSSVGPointListCustom.cpp"
#include "JSSharedWorkerConstructor.cpp"
#include "JSSharedWorkerCustom.cpp"
#include "JSStorageCustom.cpp"
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list