| Index: core/fileapi/FileError.idl
|
| diff --git a/core/fileapi/FileError.idl b/core/fileapi/FileError.idl
|
| index 46c910f4d09ec8ffbdcbba777636329b2f77b470..7e5542a36f0d179778a3e8644a827ac8471d8818 100644
|
| --- a/core/fileapi/FileError.idl
|
| +++ b/core/fileapi/FileError.idl
|
| @@ -30,7 +30,6 @@
|
|
|
| [
|
| ] interface FileError {
|
| - // FIXME: Some of constant names are already defined in DOMException.h for Objective-C binding and we cannot have the same names here (they are translated into a enum in the same namespace).
|
| const unsigned short NOT_FOUND_ERR = 1;
|
| const unsigned short SECURITY_ERR = 2;
|
| const unsigned short ABORT_ERR = 3;
|
|
|