Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj

This commit is contained in:
Birunthan Mohanathas
2015-11-02 07:53:26 +02:00
parent 5ff677c77c
commit ac37dec517
240 changed files with 907 additions and 907 deletions

View File

@@ -2563,6 +2563,6 @@ PluginModuleChild::RecvGatherProfile()
profileCString = nsCString("", 0);
}
unused << SendProfile(profileCString);
Unused << SendProfile(profileCString);
return true;
}