Index: Source/core/frame/WebKitPoint.idl |
diff --git a/Source/core/frame/WebKitPoint.idl b/Source/core/frame/WebKitPoint.idl |
index b25fd36a68b5c4f617a1526125a4114d9b08495c..cc11b47972b961cbca785c28d158e12a52036ea1 100644 |
--- a/Source/core/frame/WebKitPoint.idl |
+++ b/Source/core/frame/WebKitPoint.idl |
@@ -26,6 +26,7 @@ |
[ |
CustomConstructor, |
CustomConstructor(float x, float y), |
+ MeasureAs=WebKitPoint, |
WillBeGarbageCollected, |
] interface WebKitPoint { |
attribute float x; |