From 45e8e9803106fbc27b8a0322d5c46e69ea79204b Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 31 Mar 2020 17:28:12 -0400 Subject: Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp --- ipc/testshell/XPCShellEnvironment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/testshell/XPCShellEnvironment.cpp') diff --git a/ipc/testshell/XPCShellEnvironment.cpp b/ipc/testshell/XPCShellEnvironment.cpp index 455a14610..ccf7ba0e7 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 From 9dc65422ba73ffe098fd9282761f09721c6f38a2 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 31 Mar 2020 17:31:31 -0400 Subject: Revert "Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp" This reverts commit d4afddfadab3108c26c8cab274d2cb32847c4d95. --- ipc/testshell/XPCShellEnvironment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/testshell/XPCShellEnvironment.cpp') diff --git a/ipc/testshell/XPCShellEnvironment.cpp b/ipc/testshell/XPCShellEnvironment.cpp index ccf7ba0e7..455a14610 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(JS:Handle global) +Environment(Handle global) { AutoJSAPI jsapi; if (!jsapi.Init(global)) { -- cgit v1.2.3 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/testshell/XPCShellEnvironment.cpp') diff --git a/ipc/testshell/XPCShellEnvironment.cpp b/ipc/testshell/XPCShellEnvironment.cpp index 455a14610..beb9667b2 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