mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 03:54:35 +00:00
Bug 1570490. Remove some unnecessary argument name escapes. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D40109 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
7a64faab76
commit
4b604e5a0b
@ -12,7 +12,7 @@ interface DataTransferItem {
|
||||
readonly attribute DOMString kind;
|
||||
readonly attribute DOMString type;
|
||||
[Throws, NeedsSubjectPrincipal]
|
||||
void getAsString(FunctionStringCallback? _callback);
|
||||
void getAsString(FunctionStringCallback? callback);
|
||||
[Throws, NeedsSubjectPrincipal]
|
||||
File? getAsFile();
|
||||
};
|
||||
|
@ -27,7 +27,7 @@ interface HTMLCanvasElement : HTMLElement {
|
||||
DOMString toDataURL(optional DOMString type = "",
|
||||
optional any encoderOptions);
|
||||
[Throws, NeedsSubjectPrincipal]
|
||||
void toBlob(BlobCallback _callback,
|
||||
void toBlob(BlobCallback callback,
|
||||
optional DOMString type = "",
|
||||
optional any encoderOptions);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user