Index: Source/bindings/v8/custom/V8WebKitPointCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8DOMPointCustom.cpp b/Source/bindings/v8/custom/V8WebKitPointCustom.cpp |
similarity index 95% |
rename from Source/bindings/v8/custom/V8DOMPointCustom.cpp |
rename to Source/bindings/v8/custom/V8WebKitPointCustom.cpp |
index ce4aa53eec5a258c3d48cd26a1b31ca2341da067..98329cc0900faeb73eebc9ba3c049451a4f68f66 100644 |
--- a/Source/bindings/v8/custom/V8DOMPointCustom.cpp |
+++ b/Source/bindings/v8/custom/V8WebKitPointCustom.cpp |
@@ -29,7 +29,7 @@ |
*/ |
#include "config.h" |
-#include "V8DOMPoint.h" |
+#include "V8WebKitPoint.h" |
#include "bindings/v8/V8Binding.h" |
#include "bindings/v8/V8DOMWrapper.h" |
@@ -39,7 +39,7 @@ |
namespace WebCore { |
-void V8DOMPoint::constructorCustom(const v8::FunctionCallbackInfo<v8::Value>& args) |
+void V8WebKitPoint::constructorCustom(const v8::FunctionCallbackInfo<v8::Value>& args) |
{ |
float x = 0; |
float y = 0; |