| Index: webkit/tools/test_shell/test_shell_mac.mm
|
| diff --git a/webkit/tools/test_shell/test_shell_mac.mm b/webkit/tools/test_shell/test_shell_mac.mm
|
| index d9b6ac2cb5a26140956843c3952d08eead298a84..6ef97eaad7f307999a549ade799bec73513eabb0 100644
|
| --- a/webkit/tools/test_shell/test_shell_mac.mm
|
| +++ b/webkit/tools/test_shell/test_shell_mac.mm
|
| @@ -217,7 +217,7 @@ void TestShell::InitializeTestShell(bool layout_test_mode,
|
| [base::mac::FrameworkBundle() pathForResource:@"test_shell"
|
| 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 test_shell.pak";
|
| }
|
|
|
|
|