| Index: Source/platform/weborigin/OriginAccessEntry.cpp
|
| diff --git a/Source/platform/weborigin/OriginAccessEntry.cpp b/Source/platform/weborigin/OriginAccessEntry.cpp
|
| index 856803516ca7e14542821a44ec37d77fa1bbcdbf..8bcd1b294f2b3426e1febec039416669b9570801 100644
|
| --- a/Source/platform/weborigin/OriginAccessEntry.cpp
|
| +++ b/Source/platform/weborigin/OriginAccessEntry.cpp
|
| @@ -51,7 +51,7 @@ OriginAccessEntry::OriginAccessEntry(const String& protocol, const String& host,
|
|
|
| // Look for top-level domains, either with or without an additional dot.
|
| if (!m_hostIsIPAddress) {
|
| - blink::WebPublicSuffixList* suffixList = blink::Platform::current()->publicSuffixList();
|
| + WebPublicSuffixList* suffixList = Platform::current()->publicSuffixList();
|
| if (suffixList && m_host.length() <= suffixList->getPublicSuffixLength(m_host) + 1)
|
| m_hostIsPublicSuffix = true;
|
| }
|
|
|