| Index: third_party/WebKit/Source/platform/weborigin/KnownPorts.cpp
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/KnownPorts.cpp b/third_party/WebKit/Source/platform/weborigin/KnownPorts.cpp
|
| index 2fdb2f4ff729301da51be50e2d8b633ea40deb32..e4dbb291564f36ff22f0ef5467f258faec2b5764 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/KnownPorts.cpp
|
| +++ b/third_party/WebKit/Source/platform/weborigin/KnownPorts.cpp
|
| @@ -71,7 +71,7 @@ bool isPortAllowedForScheme(const KURL& url) {
|
| return true;
|
| String protocol = url.protocol();
|
| if (protocol.isNull())
|
| - protocol = emptyString();
|
| + protocol = emptyString;
|
| unsigned short effectivePort = url.port();
|
| if (!effectivePort)
|
| effectivePort = defaultPortForProtocol(protocol);
|
|
|