Bug 996785 - Use separate maps for local and remote CPOW objects (r=mrbkap)

This commit is contained in:
Bill McCloskey
2014-05-16 16:40:36 -07:00
parent b07848079e
commit 9af6eef5a8
4 changed files with 7 additions and 3 deletions

View File

@@ -130,6 +130,8 @@ JavaScriptShared::init()
{
if (!objects_.init())
return false;
if (!cpows_.init())
return false;
return true;
}