Backed out changeset 0ad406a69f2c (bug 856361) for mochitest-1 failures in test_mediaElementAudioSourceNode.html on a CLOSED TREE

This commit is contained in:
Ed Morley 2013-07-29 09:56:06 +01:00
parent 0903e2af97
commit 9243c1b657

View File

@ -764,10 +764,10 @@ public:
* each other.
*/
enum {
// When set, blocking on the output stream forces blocking on the input
// When set, blocking on the input stream forces blocking on the output
// stream.
FLAG_BLOCK_INPUT = 0x01,
// When set, blocking on the input stream forces blocking on the output
// When set, blocking on the output stream forces blocking on the input
// stream.
FLAG_BLOCK_OUTPUT = 0x02
};