Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp.
parent
f9a16fb179
commit
cfedf069fa
|
@ -55,7 +55,7 @@ namespace {
|
|||
static const char kDefaultRuntimeScriptFilename[] = "xpcshell.js";
|
||||
|
||||
inline XPCShellEnvironment*
|
||||
Environment(Handle<JSObject*> global)
|
||||
Environment(JS::Handle<JSObject*> global)
|
||||
{
|
||||
AutoJSAPI jsapi;
|
||||
if (!jsapi.Init(global)) {
|
||||
|
|
Loading…
Reference in New Issue