Index: webkit/support/platform_support_android.cc |
diff --git a/webkit/support/platform_support_android.cc b/webkit/support/platform_support_android.cc |
index d99d99ea00cc2794b895a4e3e9c1e49e567aa429..cce355752c8b71b769bba7a8a4c43f22201de47c 100644 |
--- a/webkit/support/platform_support_android.cc |
+++ b/webkit/support/platform_support_android.cc |
@@ -53,7 +53,7 @@ void AfterInitialize(bool unit_test_mode) { |
FilePath data_path(kDumpRenderTreeDir); |
data_path = data_path.Append("DumpRenderTree.pak"); |
- ResourceBundle::InitSharedInstanceWithPakFile(data_path); |
+ ResourceBundle::InitSharedInstanceWithPakPath(data_path); |
// We enable file-over-http to bridge the file protocol to http protocol |
// in here, which can |