| Index: third_party/WebCore/Modules/protocolhandler/NavigatorRegisterProtocolHandler.idl
|
| diff --git a/third_party/WebCore/Modules/protocolhandler/NavigatorRegisterProtocolHandler.idl b/third_party/WebCore/Modules/protocolhandler/NavigatorRegisterProtocolHandler.idl
|
| index 1bd57f2fe2c42e66e19a6d275dfc28a88095c571..274bb5992b5296bf20e180255cf0bb81ec71a76a 100644
|
| --- a/third_party/WebCore/Modules/protocolhandler/NavigatorRegisterProtocolHandler.idl
|
| +++ b/third_party/WebCore/Modules/protocolhandler/NavigatorRegisterProtocolHandler.idl
|
| @@ -25,9 +25,9 @@ module window {
|
| ] NavigatorRegisterProtocolHandler {
|
| [Conditional=REGISTER_PROTOCOL_HANDLER] void registerProtocolHandler(in DOMString scheme, in DOMString url, in DOMString title)
|
| raises(DOMException);
|
| - [Conditional=CUSTOM_SCHEME_HANDLER] DOMString isProtocolHandlerRegistered(in DOMString scheme, in DOMString url)
|
| + [Conditional=REGISTER_PROTOCOL_HANDLER&CUSTOM_SCHEME_HANDLER] DOMString isProtocolHandlerRegistered(in DOMString scheme, in DOMString url)
|
| raises(DOMException);
|
| - [Conditional=CUSTOM_SCHEME_HANDLER] void unregisterProtocolHandler(in DOMString scheme, in DOMString url)
|
| + [Conditional=REGISTER_PROTOCOL_HANDLER&CUSTOM_SCHEME_HANDLER] void unregisterProtocolHandler(in DOMString scheme, in DOMString url)
|
| raises(DOMException);
|
| };
|
|
|
|
|