Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / WebKitPoint.idl
index 88b4be2..cc11b47 100644 (file)
@@ -26,7 +26,8 @@
 [
     CustomConstructor,
     CustomConstructor(float x, float y),
-    ImplementedAs=DOMPoint,
+    MeasureAs=WebKitPoint,
+    WillBeGarbageCollected,
 ] interface WebKitPoint {
     attribute float x;
     attribute float y;