Skip to content

Commit

Permalink
IDL test: Remove title argument for registerProtocolHandler()
Browse files Browse the repository at this point in the history
This was discussed in [1] and test added in [2]. This commit updates
the corresponding IDL test.

[1] whatwg/html#5425
[2] #22678
  • Loading branch information
fred-wang committed Apr 24, 2020
1 parent 028bd86 commit 3b89453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/html.idl
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,7 @@ interface mixin NavigatorLanguage {
};

interface mixin NavigatorContentUtils {
[SecureContext] void registerProtocolHandler(DOMString scheme, USVString url, DOMString title);
[SecureContext] void registerProtocolHandler(DOMString scheme, USVString url);
[SecureContext] void unregisterProtocolHandler(DOMString scheme, USVString url);
};

Expand Down

0 comments on commit 3b89453

Please sign in to comment.