Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D24168
This commit is contained in:
@@ -984,7 +984,7 @@ bool _evaluate(NPP npp, NPObject *npobj, NPString *script, NPVariant *result) {
|
||||
JS::CompileOptions options(cx);
|
||||
options.setFileAndLine(spec, 0);
|
||||
JS::Rooted<JS::Value> rval(cx);
|
||||
JS::RootedVector<JSObject*> scopeChain(cx);
|
||||
JS::RootedVector<JSObject *> scopeChain(cx);
|
||||
if (!JS_IsGlobalObject(obj) && !scopeChain.append(obj)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user