| Index: third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| diff --git a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| index ab2d7e548b20342022541e73eaeacaee594648a6..d74c7e7249c101114ec3b9e1af1beef50a9b89bf 100644
|
| --- a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| +++ b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| @@ -108,7 +108,8 @@ static bool verifyCustomHandlerScheme(const String& scheme,
|
| }
|
|
|
| if (scheme.startsWith("web+")) {
|
| - // The specification requires that the length of scheme is at least five characteres (including 'web+' prefix).
|
| + // The specification requires that the length of scheme is at least five
|
| + // characteres (including 'web+' prefix).
|
| if (scheme.length() >= 5)
|
| return true;
|
|
|
|
|