2010-05-08  Dirk Schulze  <krit@webkit.org>

        Unreviewed win build fix.

        JS bindings were missing in DerivedSources.cpp

        * DerivedSources.cpp:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@59015 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/DerivedSources.cpp b/WebCore/DerivedSources.cpp
index c4d5eea..dac93b2 100644
--- a/WebCore/DerivedSources.cpp
+++ b/WebCore/DerivedSources.cpp
@@ -284,6 +284,7 @@
 #include "JSSVGGElement.cpp"
 #include "JSSVGGlyphElement.cpp"
 #include "JSSVGGradientElement.cpp"
+#include "JSSVGHKernElement.cpp"
 #include "JSSVGImageElement.cpp"
 #include "JSSVGLength.cpp"
 #include "JSSVGLengthList.cpp"
@@ -349,6 +350,7 @@
 #include "JSSVGUnitTypes.cpp"
 #include "JSSVGUseElement.cpp"
 #include "JSSVGViewElement.cpp"
+#include "JSSVGVKernElement.cpp"
 #include "JSSVGZoomEvent.cpp"
 #include "JSText.cpp"
 #include "JSTextEvent.cpp"