mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Followup fix for bug 453571 to fix typos pointed out by bz in the bug.
This commit is contained in:
parent
6a5b94d0d9
commit
3f7eb700d2
@ -77,7 +77,7 @@ interface nsIDOMJSWindow : nsISupports
|
||||
void disableExternalCapture();
|
||||
|
||||
/**
|
||||
* This is the scriptable versions of nsIDOMWindowInternal::open()
|
||||
* This is the scriptable version of nsIDOMWindowInternal::open()
|
||||
* that takes 3 optional arguments. Its binary name is OpenJS to
|
||||
* avoid colliding with nsIDOMWindowInternal::open(), which has the
|
||||
* same signature. The reason we can't have that collision is that
|
||||
@ -91,7 +91,7 @@ interface nsIDOMJSWindow : nsISupports
|
||||
[optional] in DOMString options);
|
||||
|
||||
/**
|
||||
* This is the scriptable versions of
|
||||
* This is the scriptable version of
|
||||
* nsIDOMWindowInternal::openDialog() that takes 3 optional
|
||||
* arguments, plus any additional arguments are passed on as
|
||||
* arguments on the dialog's window object (window.arguments).
|
||||
|
Loading…
Reference in New Issue
Block a user