Bug 1399466 - IPCBlobInputStream should not use STS to read from the remote Stream, but DOMFile thread instead, r=smaug

This commit is contained in:
Andrea Marchesini
2017-09-13 15:37:49 +02:00
parent 4cd6e73597
commit cb69e6d3c1
3 changed files with 25 additions and 24 deletions

View File

@@ -158,6 +158,12 @@ IPCBlobInputStreamThread::Initialize()
}
}
nsIEventTarget*
IPCBlobInputStreamThread::EventTarget() const
{
return mThread;
}
NS_IMETHODIMP
IPCBlobInputStreamThread::Observe(nsISupports* aSubject,
const char* aTopic,