From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/WebCore/fileapi/FileError.idl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Source/WebCore/fileapi/FileError.idl') diff --git a/Source/WebCore/fileapi/FileError.idl b/Source/WebCore/fileapi/FileError.idl index 866ce9274..34fa4acb5 100644 --- a/Source/WebCore/fileapi/FileError.idl +++ b/Source/WebCore/fileapi/FileError.idl @@ -29,12 +29,8 @@ */ [ - Conditional=BLOB, - JSNoStaticTables, ImplementationLacksVTable ] interface FileError { -#if !defined(LANGUAGE_OBJECTIVE_C) - // 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; @@ -47,6 +43,6 @@ const unsigned short QUOTA_EXCEEDED_ERR = 10; const unsigned short TYPE_MISMATCH_ERR = 11; const unsigned short PATH_EXISTS_ERR = 12; -#endif + readonly attribute unsigned short code; }; -- cgit v1.2.1