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

Unified Diff: core/fileapi/FileError.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/fileapi/File.idl ('k') | core/fileapi/FileException.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « core/fileapi/File.idl ('k') | core/fileapi/FileException.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698