Index: webkit/support/platform_support_mac.mm |
diff --git a/webkit/support/platform_support_mac.mm b/webkit/support/platform_support_mac.mm |
index f7d4e3376e8601547b49e29ebe44a79ea7943183..82d608bfef0c6de79e70ad577da12927427fde90 100644 |
--- a/webkit/support/platform_support_mac.mm |
+++ b/webkit/support/platform_support_mac.mm |
@@ -108,7 +108,7 @@ void AfterInitialize(bool unit_test_mode) { |
[base::mac::FrameworkBundle() pathForResource:@"DumpRenderTree" |
ofType:@"pak"]; |
FilePath resources_pak_path([resource_path fileSystemRepresentation]); |
- if (!g_resource_data_pack->Load(resources_pak_path)) { |
+ if (!g_resource_data_pack->LoadFromPath(resources_pak_path)) { |
LOG(FATAL) << "failed to load DumpRenderTree.pak"; |
} |