| Index: Source/core/loader/FrameLoader.cpp
|
| diff --git a/Source/core/loader/FrameLoader.cpp b/Source/core/loader/FrameLoader.cpp
|
| index 371a934ebdd3ea616439d70861ffcd978a11eb5d..0f91b7ac7a1e35940be97c6e7fdd9c6c04b9a960 100644
|
| --- a/Source/core/loader/FrameLoader.cpp
|
| +++ b/Source/core/loader/FrameLoader.cpp
|
| @@ -1020,7 +1020,7 @@ void FrameLoader::reportLocalLoadFailed(Frame* frame, const String& url)
|
| if (!frame)
|
| return;
|
|
|
| - frame->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Not allowed to load local resource: " + url);
|
| + frame->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Not allowed to load local resource: " + url, 0, ForceParserStateCollection);
|
| }
|
|
|
| bool FrameLoader::willLoadMediaElementURL(KURL& url)
|
|
|