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

.. correctly
This commit is contained in:
Matt A. Tobin 2020-03-31 17:37:02 -04:00 committed by Roy Tam
commit fc8de58854

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