Chromium Code Reviews| Index: Source/WebCore/page/DOMWindow.idl |
| diff --git a/Source/WebCore/page/DOMWindow.idl b/Source/WebCore/page/DOMWindow.idl |
| index 81e5da65fbd457478c8df2f1e1fd6f0782e1ee69..2cadbd5ba53932cfbe976acf2bbebfbd3397599c 100644 |
| --- a/Source/WebCore/page/DOMWindow.idl |
| +++ b/Source/WebCore/page/DOMWindow.idl |
| @@ -783,7 +783,7 @@ |
| attribute DOMFormDataConstructor FormData; |
| - [Conditional=BLOB|FILE_SYSTEM] attribute FileErrorConstructor FileError; |
| + [Conditional=BLOB] attribute FileErrorConstructor FileError; |
|
tkent
2013/04/08 09:41:24
Ditto.
kinuko
2013/04/08 10:42:33
Done.
|
| [Conditional=BLOB] attribute FileReaderConstructor FileReader; |
| [Conditional=BLOB] attribute DOMURLConstructor URL; |