summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-03-31 17:28:12 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-03-31 17:28:12 -0400
commitd4afddfadab3108c26c8cab274d2cb32847c4d95 (patch)
treeba1f8ca6109193c4a4664e5c89da7f6069dd90c2 /ipc
parentc6eccd0e61ecb437df65853f6f267830bb1c93e7 (diff)
downloadUXP-d4afddfadab3108c26c8cab274d2cb32847c4d95.tar
UXP-d4afddfadab3108c26c8cab274d2cb32847c4d95.tar.gz
UXP-d4afddfadab3108c26c8cab274d2cb32847c4d95.tar.lz
UXP-d4afddfadab3108c26c8cab274d2cb32847c4d95.tar.xz
UXP-d4afddfadab3108c26c8cab274d2cb32847c4d95.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)) {