| Index: third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp b/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp
|
| index a97e957ef996901c3cb10059bd77f6e173172d13..cdd2e6b828115467516339d3e7819e4f66d5c5f5 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp
|
| +++ b/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp
|
| @@ -74,7 +74,7 @@ bool IsSubdomainOfHost(const String& subdomain, const String& host)
|
|
|
| return true;
|
| }
|
| -}
|
| +} // namespace
|
|
|
| OriginAccessEntry::OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting subdomainSetting)
|
| : m_protocol(protocol.lower())
|
|
|