Index: third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp b/third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp |
index f4bf9f0d7f5b25ba824841b86798e5cbf63e8af7..066139c9219a60cabb2c10ff475cfbf8fc259906 100644 |
--- a/third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp |
@@ -116,7 +116,7 @@ ContextFeaturesCache& ContextFeaturesCache::from(Document& document) |
void ContextFeaturesCache::validateAgainst(Document* document) |
{ |
- String currentDomain = document->securityOrigin()->domain(); |
+ String currentDomain = document->getSecurityOrigin()->domain(); |
if (currentDomain == m_domain) |
return; |
m_domain = currentDomain; |