Index: core/streams/Stream.idl |
diff --git a/core/streams/Stream.idl b/core/streams/Stream.idl |
index 11f03fdbd60087416cdbd5c5719a373699acae15..875d17f7eb313bd62eafb07a4d8c2b13d69a2795 100644 |
--- a/core/streams/Stream.idl |
+++ b/core/streams/Stream.idl |
@@ -37,9 +37,9 @@ |
// FIXME: Make the Blob a subclass of the Stream. |
[ |
- RuntimeEnabled=Stream, |
+ RuntimeEnabled=ExperimentalStream, |
ActiveDOMObject, |
- WillBeGarbageCollected |
+ GarbageCollected |
] interface Stream { |
readonly attribute DOMString type; |
}; |