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

Unified Diff: core/fileapi/FileError.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: 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
« no previous file with comments | « core/fileapi/BlobCallback.idl ('k') | core/fileapi/FileReader.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fileapi/FileError.idl
diff --git a/core/fileapi/FileError.idl b/core/fileapi/FileError.idl
index 2507a7e8f2d4c38b94554db526fa213c57eb6b71..90224899e3d83b6975ba8287d9ef63d70fc2cc4a 100644
--- a/core/fileapi/FileError.idl
+++ b/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;
« no previous file with comments | « core/fileapi/BlobCallback.idl ('k') | core/fileapi/FileReader.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698