Bug 1290337 - Part 13: Replace Value parameter to const Value& in finalizeInBackground. r=sfink
This commit is contained in:
@@ -93,7 +93,7 @@ class CPOWProxyHandler : public BaseProxyHandler
|
||||
constexpr CPOWProxyHandler()
|
||||
: BaseProxyHandler(&family) {}
|
||||
|
||||
virtual bool finalizeInBackground(Value priv) const override {
|
||||
virtual bool finalizeInBackground(const Value& priv) const override {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user