Index: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp |
diff --git a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp |
index b23c717a45f319e27090a277e3120d419010aff0..a7bc18c26725cb7c94e203dddcf9648cd5a86c04 100644 |
--- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp |
@@ -838,7 +838,7 @@ void DocumentThreadableLoader::loadRequest(const ResourceRequest& request, Resou |
if (!resource()) { |
ThreadableLoaderClient* client = m_client; |
clear(); |
- client->didFail(ResourceError(errorDomainBlinkInternal, 0, requestURL.string(), "Failed to start loading.")); |
+ client->didFail(ResourceError(errorDomainBlinkInternal, 0, requestURL.string(), "Failed to start a loader")); |
hiroshige
2016/02/22 15:45:46
This CL doesn't contain -expected.txt diffs. Does
tyoshino (SeeGerritForStatus)
2016/02/25 08:11:24
I was misunderstanding that a test can be without
|
// |this| may be dead here. |
return; |
} |
@@ -847,6 +847,7 @@ void DocumentThreadableLoader::loadRequest(const ResourceRequest& request, Resou |
unsigned long identifier = resource()->identifier(); |
InspectorInstrumentation::documentThreadableLoaderStartedLoadingForClient(m_document, identifier, m_client); |
} |
+ |
return; |
} |