diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-03-31 17:28:12 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-03-31 17:28:12 -0400 |
commit | 221e76e418212cbc06c7bf0bd5e2fb47ad43f03c (patch) | |
tree | ba1f8ca6109193c4a4664e5c89da7f6069dd90c2 | |
parent | 855d789781d03f77329aba3e198534f13fbe01c3 (diff) | |
download | uxp-221e76e418212cbc06c7bf0bd5e2fb47ad43f03c.tar.gz |
Make the reference to Handle unambiguous in 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 455a14610c..ccf7ba0e7f 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)) { |