summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/frame/WebKitPoint.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/frame/WebKitPoint.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/frame/WebKitPoint.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/core/frame/WebKitPoint.idl b/chromium/third_party/WebKit/Source/core/frame/WebKitPoint.idl
index 88b4be2a4ad..bddd6759e0b 100644
--- a/chromium/third_party/WebKit/Source/core/frame/WebKitPoint.idl
+++ b/chromium/third_party/WebKit/Source/core/frame/WebKitPoint.idl
@@ -27,6 +27,7 @@
CustomConstructor,
CustomConstructor(float x, float y),
ImplementedAs=DOMPoint,
+ WillBeGarbageCollected,
] interface WebKitPoint {
attribute float x;
attribute float y;