提交 9f337a62 编写于 作者: E Eric Seidel

Fix typo in fetch.dart

TBR=ianh@google.com

Review URL: https://codereview.chromium.org/1169253002.
上级 8f975399
......@@ -44,7 +44,7 @@ Future<UrlResponse> fetchUrl(String relativeUrl) async {
}
Future<Response> fetchBody(String relativeUrl) async {
UrlResponse response = await fetchMojo(relativeUrl);
UrlResponse response = await fetchUrl(relativeUrl);
if (response.body == null) return new Response(null);
ByteData data = await core.DataPipeDrainer.drainHandle(response.body);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册