| Index: third_party/WebKit/Source/core/streams/UnderlyingSourceBase.idl
|
| diff --git a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.idl b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.idl
|
| index cf5c651ef49e5a43e1aee8705ba9d14c000931b9..2b05a8d7038eec5fb591788a83dd9a1424429d2c 100644
|
| --- a/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.idl
|
| +++ b/third_party/WebKit/Source/core/streams/UnderlyingSourceBase.idl
|
| @@ -16,4 +16,7 @@ interface UnderlyingSourceBase {
|
| [CallWith=ScriptState, ImplementedAs=startWrapper] Promise<void> start(any stream);
|
| [CallWith=ScriptState] Promise<void> pull();
|
| [CallWith=ScriptState, ImplementedAs=cancelWrapper] Promise<void> cancel([Default=Undefined] optional any reason);
|
| +
|
| + void notifyLockAcquired();
|
| + void notifyLockReleased();
|
| };
|
|
|