diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-03-31 17:37:02 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:23:06 +0200 |
commit | b977981df632f04967749319f7699fe4b4b5168f (patch) | |
tree | 5382fdd25987d7da4a5158558350a3d9046235ca | |
parent | 9dc65422ba73ffe098fd9282761f09721c6f38a2 (diff) | |
download | UXP-b977981df632f04967749319f7699fe4b4b5168f.tar UXP-b977981df632f04967749319f7699fe4b4b5168f.tar.gz UXP-b977981df632f04967749319f7699fe4b4b5168f.tar.lz UXP-b977981df632f04967749319f7699fe4b4b5168f.tar.xz UXP-b977981df632f04967749319f7699fe4b4b5168f.zip |
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 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)) { |