Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: third_party/WebKit/Source/core/fileapi/FileReaderSync.idl

Issue 2753943002: Disable FileReaderSync in service workers. (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698