Index: content/shell/shell_content_browser_client.cc |
diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc |
index 6858810434e92a8907b40c7f41f53ff4827c49e5..21ea92adf5ce471db3db77160848029700de97b4 100644 |
--- a/content/shell/shell_content_browser_client.cc |
+++ b/content/shell/shell_content_browser_client.cc |
@@ -91,7 +91,7 @@ void ShellContentBrowserClient::OverrideWebkitPrefs( |
webkit_glue::WebPreferences* prefs) { |
if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) |
return; |
- WebKitTestController::Get()->web_preferences().Apply(prefs); |
+ WebKitTestController::Get()->web_preferences().Export(prefs); |
} |
void ShellContentBrowserClient::ResourceDispatcherHostCreated() { |