Bug 1399466 - IPCBlobInputStream should not use STS to read from the remote Stream, but DOMFile thread instead, r=smaug
This commit is contained in:
@@ -158,6 +158,12 @@ IPCBlobInputStreamThread::Initialize()
|
||||
}
|
||||
}
|
||||
|
||||
nsIEventTarget*
|
||||
IPCBlobInputStreamThread::EventTarget() const
|
||||
{
|
||||
return mThread;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
IPCBlobInputStreamThread::Observe(nsISupports* aSubject,
|
||||
const char* aTopic,
|
||||
|
||||
Reference in New Issue
Block a user