Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index c2f17ceb6c14065a878bba446b4092b8cc1efe3d..2dd49d84cec1a9fbf30ac6b51c791b61be26bf8f 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -300,5 +300,8 @@ |
| void forceBlinkGCWithoutV8GC(); |
| + DOMString selectedHTMLForClipboard(); |
| + DOMString selectedTextForClipboard(); |
| + |
| iterable<long>; |
| }; |