Bug 1121489 follow-up: Addresss the review comment

This commit is contained in:
Ehsan Akhgari 2015-01-19 09:07:57 -05:00
parent 8b1fa5a577
commit 15fd019c38

View File

@ -254,7 +254,7 @@ public:
assign(aOther.take());
return *this;
}
RefPtr& operator=(const already_AddRefed<T>& aOther)
RefPtr& operator=(already_AddRefed<T>& aOther)
{
assign(aOther.take());
return *this;