Bug 957742 - Fix compile error

This commit is contained in:
Bill McCloskey
2014-05-28 18:25:06 -07:00
parent f92a62e908
commit b483f992c2

View File

@@ -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);