| Index: third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp b/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
 | 
| index bd14f0347ba6fa0a13a50b967720175336ed5c09..0b0dd21d4252345f74cce7617d7c0f8f69d7953b 100644
 | 
| --- a/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
 | 
| +++ b/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
 | 
| @@ -326,7 +326,7 @@ bool MixedContentChecker::shouldBlockFetch(LocalFrame* frame, WebURLRequest::Req
 | 
|  
 | 
|      switch (contextType) {
 | 
|      case ContextTypeOptionallyBlockable:
 | 
| -        allowed = !strictMode && client->allowDisplayingInsecureContent(settings && settings->allowDisplayOfInsecureContent(), securityOrigin, url);
 | 
| +        allowed = !strictMode && client->allowDisplayingInsecureContent(settings && settings->allowDisplayOfInsecureContent(), url);
 | 
|          if (allowed)
 | 
|              client->didDisplayInsecureContent();
 | 
|          break;
 | 
| 
 |