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

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

Issue 1667213002: Don't expose nonstandard FileSystem API to Service Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@work-bind
Patch Set: virtual/stable rebaselines Created 4 years, 10 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/FileError.idl
diff --git a/third_party/WebKit/Source/core/fileapi/FileError.idl b/third_party/WebKit/Source/core/fileapi/FileError.idl
index 2507a7e8f2d4c38b94554db526fa213c57eb6b71..90224899e3d83b6975ba8287d9ef63d70fc2cc4a 100644
--- a/third_party/WebKit/Source/core/fileapi/FileError.idl
+++ b/third_party/WebKit/Source/core/fileapi/FileError.idl
@@ -29,6 +29,7 @@
*/
// TODO(philipj): Remove the FileError interface. crbug.com/496901
+[Exposed=(Window,Worker)]
interface FileError : DOMError {
const unsigned short NOT_FOUND_ERR = 1;
const unsigned short SECURITY_ERR = 2;

Powered by Google App Engine
This is Rietveld 408576698