mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Make the reference to Handle unambiguous in ipc/testshell/XPCShellEnvironment.cpp
.. correctly
This commit is contained in:
parent
b2debf2c18
commit
fc8de58854
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue