summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-03-31 17:31:31 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-03-31 17:31:31 -0400
commit48a2e680c512cfa6f3b50de4bee20b79cfa1396e (patch)
treebe7ba5f3fdff5decdb0da25a2041c6c48d95134e /ipc
parentd4afddfadab3108c26c8cab274d2cb32847c4d95 (diff)
downloadUXP-48a2e680c512cfa6f3b50de4bee20b79cfa1396e.tar
UXP-48a2e680c512cfa6f3b50de4bee20b79cfa1396e.tar.gz
UXP-48a2e680c512cfa6f3b50de4bee20b79cfa1396e.tar.lz
UXP-48a2e680c512cfa6f3b50de4bee20b79cfa1396e.tar.xz
UXP-48a2e680c512cfa6f3b50de4bee20b79cfa1396e.zip
Revert "Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp"
This reverts commit d4afddfadab3108c26c8cab274d2cb32847c4d95.
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 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<JSObject*> global)
+Environment(Handle<JSObject*> global)
{
AutoJSAPI jsapi;
if (!jsapi.Init(global)) {