| Index: content/shell/browser/layout_test/blink_test_controller.cc
|
| diff --git a/content/shell/browser/layout_test/blink_test_controller.cc b/content/shell/browser/layout_test/blink_test_controller.cc
|
| index 205c53ac03be3b05e016e6ba1ca858c6d2d76320..ce3b90a9669c3004eb9c56a3fc748f482cdb9651 100644
|
| --- a/content/shell/browser/layout_test/blink_test_controller.cc
|
| +++ b/content/shell/browser/layout_test/blink_test_controller.cc
|
| @@ -765,7 +765,7 @@ void BlinkTestController::OnClearDevToolsLocalStorage() {
|
| StoragePartition* storage_partition =
|
| BrowserContext::GetStoragePartition(browser_context, NULL);
|
| storage_partition->GetDOMStorageContext()->DeleteLocalStorage(
|
| - content::LayoutTestDevToolsFrontend::GetDevToolsPathAsURL("", "")
|
| + content::LayoutTestDevToolsFrontend::GetDevToolsPathAsURL("")
|
| .GetOrigin());
|
| }
|
|
|
|
|