| 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;
|
|
|