Chromium Code Reviews| Index: core/fileapi/Stream.idl |
| diff --git a/core/fileapi/Stream.idl b/core/fileapi/Stream.idl |
| index 7caf013411b2dc4c081f1d29e011e9b074f7f4c8..6ead7574693130a60955717a9829f90038885544 100644 |
| --- a/core/fileapi/Stream.idl |
| +++ b/core/fileapi/Stream.idl |
| @@ -37,7 +37,7 @@ |
| // FIXME: Make the Blob a subclass of the Stream. |
| [ |
| - EnabledAtRuntime=stream |
| + EnabledAtRuntime=Stream |
| ] interface Stream { |
| readonly attribute DOMString type; |
| }; |