Index: third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl |
diff --git a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl |
index b5a05db0adc025034735dd971ced706176812126..03b43eec04c4bc132f035638412f28befafda85b 100644 |
--- a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl |
+++ b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.idl |
@@ -18,7 +18,7 @@ |
Boston, MA 02110-1301, USA. |
*/ |
-// http://www.w3.org/TR/html5/system-state-and-capabilities.html#custom-handlers |
+// https://www.w3.org/TR/html5/webappapis.html#navigatorcontentutils |
partial interface Navigator { |
[RuntimeEnabled=NavigatorContentUtils, RaisesException] void registerProtocolHandler(DOMString scheme, DOMString url, DOMString title); |
[RuntimeEnabled=CustomSchemeHandler, RaisesException] DOMString isProtocolHandlerRegistered(DOMString scheme, DOMString url); |