Index: Source/core/fileapi/FileError.idl |
diff --git a/Source/core/fileapi/FileError.idl b/Source/core/fileapi/FileError.idl |
index 4f40dc8dc9e6969bcba00b1b8491869db256de15..2507a7e8f2d4c38b94554db526fa213c57eb6b71 100644 |
--- a/Source/core/fileapi/FileError.idl |
+++ b/Source/core/fileapi/FileError.idl |
@@ -28,8 +28,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
-] interface FileError : DOMError { |
+// TODO(philipj): Remove the FileError interface. crbug.com/496901 |
+interface FileError : DOMError { |
const unsigned short NOT_FOUND_ERR = 1; |
const unsigned short SECURITY_ERR = 2; |
const unsigned short ABORT_ERR = 3; |