summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-03-31 17:28:12 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 13:22:34 +0200
commit45e8e9803106fbc27b8a0322d5c46e69ea79204b (patch)
treeca7a0a44f438b471bc82564feba0d0627d8e902e /ipc
parent965232ab2f7806626c630b0ad27271aad7ad2db4 (diff)
downloadUXP-45e8e9803106fbc27b8a0322d5c46e69ea79204b.tar
UXP-45e8e9803106fbc27b8a0322d5c46e69ea79204b.tar.gz
UXP-45e8e9803106fbc27b8a0322d5c46e69ea79204b.tar.lz
UXP-45e8e9803106fbc27b8a0322d5c46e69ea79204b.tar.xz
UXP-45e8e9803106fbc27b8a0322d5c46e69ea79204b.zip
Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp
Diffstat (limited to 'ipc')
-rw-r--r--ipc/testshell/XPCShellEnvironment.cpp2
1 files changed, 1 insertions, 1 deletions
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<JSObject*> global)
+Environment(JS:Handle<JSObject*> global)
{
AutoJSAPI jsapi;
if (!jsapi.Init(global)) {