Bug 1214495 - Bonus fix. r=bz

This should have been done in bug 839867.
This commit is contained in:
Bobby Holley 2015-10-14 14:39:20 -07:00
parent 18d3239261
commit bbd828d527

View File

@ -152,6 +152,7 @@ public:
}
void SetHash(const nsAString& aHash, ErrorResult& aError)
{
THROW_AND_RETURN_IF_CALLER_DOESNT_SUBSUME();
aError = SetHash(aHash);
}
void Stringify(nsAString& aRetval, ErrorResult& aError)