Reviewed by Kevin McCullough.
- fix Qt build for earlier SVG changes.
* platform/graphics/svg/qt/SVGResourceFilterQt.cpp:
WebKitQt:
Reviewed by Kevin McCullough.
- fix Qt build for earlier SVG changes.
* WebCoreSupport/EditCommandQt.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@19877
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-02-26 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Kevin McCullough.
+
+ - fix Qt build for earlier SVG changes.
+
+ * platform/graphics/svg/qt/SVGResourceFilterQt.cpp:
+
2007-02-26 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
#include "config.h"
-#if ENABLE(SVG)
+#if ENABLE(SVG) && ENABLE(SVG_EXPERIMENTAL_FEATURES)
#include "SVGResourceFilter.h"
namespace WebCore {
+2007-02-26 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Kevin McCullough.
+
+ - fix Qt build for earlier SVG changes.
+
+ * WebCoreSupport/EditCommandQt.cpp:
+
2007-02-24 Zack Rusin <zrusin@trolltech.com>
Adjust the animation a little bit to make it more natural.
Boston, MA 02111-1307, USA.
*/
+#include <wtf/Platform.h>
#include "EditCommandQt.h"
using namespace WebCore;