| Index: modules/navigatorcontentutils/NavigatorContentUtils.idl
|
| diff --git a/modules/navigatorcontentutils/NavigatorContentUtils.idl b/modules/navigatorcontentutils/NavigatorContentUtils.idl
|
| index 66c24de0ea60bc1e73e29135e64304cd10718f3a..b5a05db0adc025034735dd971ced706176812126 100644
|
| --- a/modules/navigatorcontentutils/NavigatorContentUtils.idl
|
| +++ b/modules/navigatorcontentutils/NavigatorContentUtils.idl
|
| @@ -22,5 +22,5 @@
|
| partial interface Navigator {
|
| [RuntimeEnabled=NavigatorContentUtils, RaisesException] void registerProtocolHandler(DOMString scheme, DOMString url, DOMString title);
|
| [RuntimeEnabled=CustomSchemeHandler, RaisesException] DOMString isProtocolHandlerRegistered(DOMString scheme, DOMString url);
|
| - [RuntimeEnabled=CustomSchemeHandler, RaisesException] void unregisterProtocolHandler(DOMString scheme, DOMString url);
|
| + [RuntimeEnabled=NavigatorContentUtils, RaisesException] void unregisterProtocolHandler(DOMString scheme, DOMString url);
|
| };
|
|
|