Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
| index 47b7a4cd31e7ffa2b0d6d5b13c6005ea60d582bb..fdeabaf64959cafb032f9be01e5e994804de1e8a 100644 |
| --- a/Source/core/testing/Internals.idl |
| +++ b/Source/core/testing/Internals.idl |
| @@ -325,4 +325,6 @@ |
| ClientRectList focusRingRects(Element element); |
| void setCapsLockState(boolean enabled); |
| + |
| + [CallWith=ScriptState] ReadableStreamTestCase createReadableStreamTestCase(); |
| }; |