Index: Source/core/fileapi/FileError.idl |
diff --git a/Source/core/fileapi/FileError.idl b/Source/core/fileapi/FileError.idl |
index 4f40dc8dc9e6969bcba00b1b8491869db256de15..022ec7118afa3a6ca483c87cad3163690f6b5c25 100644 |
--- a/Source/core/fileapi/FileError.idl |
+++ b/Source/core/fileapi/FileError.idl |
@@ -28,8 +28,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
-] interface FileError : DOMError { |
+interface FileError : DOMError { |
tkent
2014/03/03 07:52:38
nit: This change is unnecessary.
sof
2014/03/04 08:33:49
Reverted back to previous.
|
const unsigned short NOT_FOUND_ERR = 1; |
const unsigned short SECURITY_ERR = 2; |
const unsigned short ABORT_ERR = 3; |