Index: Source/core/page/WebKitPoint.idl |
diff --git a/Source/core/page/DOMPoint.idl b/Source/core/page/WebKitPoint.idl |
similarity index 96% |
rename from Source/core/page/DOMPoint.idl |
rename to Source/core/page/WebKitPoint.idl |
index b5fb534870c66f5a130eeb71694134bcbd1015f7..6ac44cd16c319425e20c8783a02018b4c4b225dc 100644 |
--- a/Source/core/page/DOMPoint.idl |
+++ b/Source/core/page/WebKitPoint.idl |
@@ -26,8 +26,8 @@ |
[ |
CustomConstructor, |
CustomConstructor(float x, float y), |
- InterfaceName=WebKitPoint |
-] interface DOMPoint { |
+ ImplementedAs=DOMPoint |
+] interface WebKitPoint { |
attribute float x; |
attribute float y; |
}; |