diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-03-31 17:28:12 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:22:34 +0200 |
commit | 45e8e9803106fbc27b8a0322d5c46e69ea79204b (patch) | |
tree | ca7a0a44f438b471bc82564feba0d0627d8e902e /ipc/testshell/XPCShellEnvironment.cpp | |
parent | 965232ab2f7806626c630b0ad27271aad7ad2db4 (diff) | |
download | UXP-45e8e9803106fbc27b8a0322d5c46e69ea79204b.tar UXP-45e8e9803106fbc27b8a0322d5c46e69ea79204b.tar.gz UXP-45e8e9803106fbc27b8a0322d5c46e69ea79204b.tar.lz UXP-45e8e9803106fbc27b8a0322d5c46e69ea79204b.tar.xz UXP-45e8e9803106fbc27b8a0322d5c46e69ea79204b.zip |
Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp
Diffstat (limited to 'ipc/testshell/XPCShellEnvironment.cpp')
-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..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)) { |