Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(749)

Unified Diff: Source/core/dom/ExceptionCode.h

Issue 17761003: Remove FileException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compile warning Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/DOMExceptions.in ('k') | Source/core/fileapi/FileError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ExceptionCode.h
diff --git a/Source/core/dom/ExceptionCode.h b/Source/core/dom/ExceptionCode.h
index 996fbf9a9096061a4c43d3e4ac8921ee862df0fe..738245eb3584ebd5f2ea6d9d48123c074a767193 100644
--- a/Source/core/dom/ExceptionCode.h
+++ b/Source/core/dom/ExceptionCode.h
@@ -75,6 +75,21 @@ namespace WebCore {
ReadOnlyError,
VersionError,
+ // File system
+ // FIXME: Consolidate these once https://crbug.com/252233 is fixed.
+ FSNotFoundError,
+ FSSecurityError,
+ FSAbortError,
+ FSNotReadableError,
+ FSEncodingError,
+ FSNoModificationAllowedError,
+ FSInvalidStateError,
+ FSSyntaxError,
+ FSInvalidModificationError,
+ FSQuotaExceededError,
+ FSTypeMismatchError,
+ FSPathExistsError,
+
// WebIDL exception types, handled by the binding layer.
// FIXME: Add GeneralError, EvalError, etc. when implemented in the bindings.
TypeError,
« no previous file with comments | « Source/core/dom/DOMExceptions.in ('k') | Source/core/fileapi/FileError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698