summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-03-31 17:37:02 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-03-31 17:37:02 -0400
commit66741ca7f5a0e4a1c3ed01fc00001bed2524c730 (patch)
tree882a3654471e439e144c8cbf6adc7882e67abd56
parent48a2e680c512cfa6f3b50de4bee20b79cfa1396e (diff)
downloadUXP-66741ca7f5a0e4a1c3ed01fc00001bed2524c730.tar
UXP-66741ca7f5a0e4a1c3ed01fc00001bed2524c730.tar.gz
UXP-66741ca7f5a0e4a1c3ed01fc00001bed2524c730.tar.lz
UXP-66741ca7f5a0e4a1c3ed01fc00001bed2524c730.tar.xz
UXP-66741ca7f5a0e4a1c3ed01fc00001bed2524c730.zip
Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp
.. correctly
-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..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<JSObject*> global)
+Environment(JS::Handle<JSObject*> global)
{
AutoJSAPI jsapi;
if (!jsapi.Init(global)) {