| Index: third_party/WebKit/Source/platform/weborigin/KnownPorts.h
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/KnownPorts.h b/third_party/WebKit/Source/platform/weborigin/KnownPorts.h
|
| index 8185af80d15c46b7842d1afcee1bcf996084ee77..56293052988f25c4d5380c4afb5e3a2ab85e25fc 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/KnownPorts.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/KnownPorts.h
|
| @@ -1,5 +1,6 @@
|
| /*
|
| - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012 Apple Inc.
|
| + * All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -33,7 +34,8 @@ namespace blink {
|
|
|
| class KURL;
|
|
|
| -// Returns true if |port| is known to be the default for |protocol|. |protocol| must be lower case.
|
| +// Returns true if |port| is known to be the default for |protocol|. |protocol|
|
| +// must be lower case.
|
| PLATFORM_EXPORT bool isDefaultPortForProtocol(unsigned short port,
|
| const WTF::String& protocol);
|
|
|
|
|