Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 7327b6829b53d7a4b02a6cb2b5f0ab85db8f56af..4f6f14c53be55948b0eaea28b2026bd5eb3660d9 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -257,4 +257,6 @@ |
| [RaisesException] ClientRect selectionBounds(); |
| boolean loseSharedGraphicsContext3D(); |
| + |
| + any addOneToPromise(any promise); |
| }; |