mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 547881 - Made a mistake when fixing a nit. r=me
This commit is contained in:
parent
d39f70bf61
commit
289fa0540c
@ -307,7 +307,7 @@ struct ParamTraits<gfxMatrix>
|
||||
ReadParam(aMsg, aIter, &aResult->y0))
|
||||
return true;
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
static void Log(const paramType& aParam, std::wstring* aLog)
|
||||
|
Loading…
Reference in New Issue
Block a user