Bug 1040041 - Give FakeInputStream a private destructor; r=bjacob

--HG--
extra : rebase_source : 84714cdecb28b2dbbac6ffc98adfc079c8e87a2f
This commit is contained in:
Ehsan Akhgari 2014-07-17 16:48:00 -04:00
parent b3192c77f0
commit f43d3488d6

View File

@ -145,6 +145,8 @@ static Test kTests[] =
class FakeInputStream MOZ_FINAL : public nsIInputStream
{
~FakeInputStream() {}
public:
FakeInputStream()