Bug 957742 - Fix compile error
This commit is contained in:
@@ -94,7 +94,7 @@ class Logging
|
||||
const char *side, *objDesc;
|
||||
|
||||
if (local == incoming) {
|
||||
RootedObject obj(cx);
|
||||
JS::RootedObject obj(cx);
|
||||
obj = shared->findObjectById(id);
|
||||
if (obj) {
|
||||
JSAutoCompartment ac(cx, obj);
|
||||
|
||||
Reference in New Issue
Block a user