Index: webkit/glue/plugins/pepper_url_response_info.cc |
=================================================================== |
--- webkit/glue/plugins/pepper_url_response_info.cc (revision 53911) |
+++ webkit/glue/plugins/pepper_url_response_info.cc (working copy) |
@@ -110,7 +110,7 @@ |
headers_ = flattener.buffer(); |
WebString file_path = response.downloadFilePath(); |
- if (!file_path.isNull()) |
+ if (!file_path.isEmpty()) |
body_ = new FileRef(module(), webkit_glue::WebStringToFilePath(file_path)); |
return true; |
} |