summaryrefslogtreecommitdiffstats
path: root/WebCore/fileapi/FileError.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/fileapi/FileError.h')
-rw-r--r--WebCore/fileapi/FileError.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/fileapi/FileError.h b/WebCore/fileapi/FileError.h
index 27ad397..0597633 100644
--- a/WebCore/fileapi/FileError.h
+++ b/WebCore/fileapi/FileError.h
@@ -41,6 +41,7 @@ namespace WebCore {
class FileError : public RefCounted<FileError> {
public:
enum ErrorCode {
+ OK = 0,
NOT_FOUND_ERR = 1,
SECURITY_ERR = 2,
ABORT_ERR = 3,