From b977981df632f04967749319f7699fe4b4b5168f Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 31 Mar 2020 17:37:02 -0400 Subject: Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp .. correctly --- ipc/testshell/XPCShellEnvironment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc') diff --git a/ipc/testshell/XPCShellEnvironment.cpp b/ipc/testshell/XPCShellEnvironment.cpp index 455a14610c..beb9667b2d 100644 --- a/ipc/testshell/XPCShellEnvironment.cpp +++ b/ipc/testshell/XPCShellEnvironment.cpp @@ -55,7 +55,7 @@ namespace { static const char kDefaultRuntimeScriptFilename[] = "xpcshell.js"; inline XPCShellEnvironment* -Environment(Handle global) +Environment(JS::Handle global) { AutoJSAPI jsapi; if (!jsapi.Init(global)) { -- cgit v1.2.3