| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-go-to-file-dialog.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-go-to-file-dialog.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-go-to-file-dialog.html
|
| index 3199c190e3d46c3d61e2e5a0707a636536a235c4..79f12c2046db888d4651fb49bed6751f38bb9701 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-go-to-file-dialog.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-go-to-file-dialog.html
|
| @@ -50,7 +50,7 @@ function test()
|
| keys.push(dialog.itemKeyAt(i));
|
| keys.sort();
|
| InspectorTest.addResult(keys.join("\n"));
|
| - UI.Dialog._instance.detach();
|
| + UI.Dialog._instance.hide();
|
| }
|
| };
|
| </script>
|
|
|