Index: Source/core/loader/MixedContentChecker.cpp |
diff --git a/Source/core/loader/MixedContentChecker.cpp b/Source/core/loader/MixedContentChecker.cpp |
index 707de33b6954f22982871efd5f76fee63e87caf0..3f7b02ff82ee0fe34fed0f22f7436df5d2931cf9 100644 |
--- a/Source/core/loader/MixedContentChecker.cpp |
+++ b/Source/core/loader/MixedContentChecker.cpp |
@@ -92,7 +92,7 @@ bool MixedContentChecker::canRunInsecureContent(SecurityOrigin* securityOrigin, |
void MixedContentChecker::logWarning(bool allowed, const String& action, const KURL& target) const |
{ |
String message = String(allowed ? "" : "[blocked] ") + "The page at " + m_frame->document()->url().elidedString() + " " + action + " insecure content from " + target.elidedString() + ".\n"; |
- m_frame->document()->addConsoleMessage(SecurityMessageSource, WarningMessageLevel, message); |
+ m_frame->document()->addConsoleMessage(SecurityMessageSource, WarningMessageLevel, message, 0, ForceParserStateCollection); |
} |
} // namespace WebCore |