Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp.

This commit is contained in:
Fedor 2020-05-07 14:45:05 +03:00
parent f9a16fb179
commit cfedf069fa
1 changed files with 1 additions and 1 deletions

View File

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