Chromium Code Reviews| Index: Source/WebCore/fileapi/FileException.idl |
| diff --git a/Source/WebCore/fileapi/FileException.idl b/Source/WebCore/fileapi/FileException.idl |
| index 81c6b7fc18fe5d47e47a527f1486c5dd55a3dc0f..47300e87919b0d40720ea5bf59cc1f603570b23c 100644 |
| --- a/Source/WebCore/fileapi/FileException.idl |
| +++ b/Source/WebCore/fileapi/FileException.idl |
| @@ -29,7 +29,7 @@ |
| */ |
| [ |
| - Conditional=BLOB|FILE_SYSTEM, |
| + Conditional=BLOB, |
|
tkent
2013/04/08 09:41:24
You can remove Conditional like you do in FileErro
kinuko
2013/04/08 10:42:33
Done.
|
| DoNotCheckConstants, |
| ImplementationLacksVTable |
| ] exception FileException { |