| Index: third_party/WebKit/Source/core/fileapi/FileReaderSync.idl
|
| diff --git a/third_party/WebKit/Source/core/fileapi/FileReaderSync.idl b/third_party/WebKit/Source/core/fileapi/FileReaderSync.idl
|
| index 09db90dcabec06c8c362f6caa7592491b99526d0..f7551238600972ff19306a4951399aabb0ce43b6 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/FileReaderSync.idl
|
| +++ b/third_party/WebKit/Source/core/fileapi/FileReaderSync.idl
|
| @@ -31,7 +31,7 @@
|
| // https://w3c.github.io/FileAPI/#FileReaderSync
|
|
|
| [
|
| - Exposed=Worker,
|
| + Exposed=(DedicatedWorker,SharedWorker),
|
| Constructor,
|
| ConstructorCallWith=ExecutionContext,
|
| Measure,
|
|
|