Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index d521c04ebe51dc0247b15440e6cbd04e6cea1017..d538cb075158c7439394a8a131d26ea1f91c5593 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -259,4 +259,6 @@ |
[RaisesException] ClientRect selectionBounds(); |
boolean loseSharedGraphicsContext3D(); |
+ |
+ any addOneToPromise(any promise); |
}; |