diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-03-31 17:37:02 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-03-31 17:37:02 -0400 |
commit | 66741ca7f5a0e4a1c3ed01fc00001bed2524c730 (patch) | |
tree | 882a3654471e439e144c8cbf6adc7882e67abd56 | |
parent | 48a2e680c512cfa6f3b50de4bee20b79cfa1396e (diff) | |
download | uxp-66741ca7f5a0e4a1c3ed01fc00001bed2524c730.tar.gz |
Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp
.. correctly
-rw-r--r-- | ipc/testshell/XPCShellEnvironment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/testshell/XPCShellEnvironment.cpp b/ipc/testshell/XPCShellEnvironment.cpp index 455a14610c..beb9667b2d 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)) { |