forked from mirrors/gecko-dev
Bug 547881 - Made a mistake when fixing a nit. r=me
This commit is contained in:
parent
d39f70bf61
commit
289fa0540c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue