Index: Source/core/dom/RequestAnimationFrameCallback.idl |
diff --git a/Source/core/dom/RequestAnimationFrameCallback.idl b/Source/core/dom/RequestAnimationFrameCallback.idl |
index 790bb6eb68c6d6262ee2e28bc5c13e385a2ef088..63e83db8b58c06719e90027484ed66dd7f2bcdc2 100644 |
--- a/Source/core/dom/RequestAnimationFrameCallback.idl |
+++ b/Source/core/dom/RequestAnimationFrameCallback.idl |
@@ -29,6 +29,7 @@ |
*/ |
[ |
+ NoInterfaceObject, |
Callback, |
] interface RequestAnimationFrameCallback{ |
// highResTime is passed as high resolution timestamp, see |