From 54acd62118552fc010d7ecd255743b8484474033 Mon Sep 17 00:00:00 2001 From: Thomas Wisniewski Date: Fri, 11 Aug 2017 09:15:11 -0400 Subject: [PATCH] Bug 1261289 - Follow-up: remove the word 'only' from a comment so it is more accurate. r=ntim --- netwerk/base/nsIProtocolHandler.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/base/nsIProtocolHandler.idl b/netwerk/base/nsIProtocolHandler.idl index 8a2901eed83a..2d9751d1ec8c 100644 --- a/netwerk/base/nsIProtocolHandler.idl +++ b/netwerk/base/nsIProtocolHandler.idl @@ -330,7 +330,7 @@ interface nsIProtocolHandler : nsISupports const unsigned long URI_SCHEME_NOT_SELF_LINKABLE = (1 << 21); /** - * The URIs for this protocol can be loaded only by extensions. + * The URIs for this protocol can be loaded by extensions. */ const unsigned long URI_LOADABLE_BY_EXTENSIONS = (1 << 22); };