diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-03-31 17:31:31 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:22:51 +0200 |
commit | 9dc65422ba73ffe098fd9282761f09721c6f38a2 (patch) | |
tree | 4acad13e26ec8652b9ff3094c73da23f0310aa9e /ipc | |
parent | 45e8e9803106fbc27b8a0322d5c46e69ea79204b (diff) | |
download | UXP-9dc65422ba73ffe098fd9282761f09721c6f38a2.tar UXP-9dc65422ba73ffe098fd9282761f09721c6f38a2.tar.gz UXP-9dc65422ba73ffe098fd9282761f09721c6f38a2.tar.lz UXP-9dc65422ba73ffe098fd9282761f09721c6f38a2.tar.xz UXP-9dc65422ba73ffe098fd9282761f09721c6f38a2.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.cpp | 2 |
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)) { |