| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable.html
|
| index 29c2c03dce58c7417233633fbf4779de524c19ed..39a66c0412afbdf1b395a4621c5c9c372fa7adef 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable.html
|
| @@ -36,7 +36,7 @@ function test()
|
| compontentView._ensureContentLoaded();
|
| if (!compontentView.loaded) {
|
| // try again when content is loaded.
|
| - InspectorTest.addSniffer(compontentView, "onTextEditorContentLoaded", previewViewHandled.bind(this, searches, callback, view));
|
| + InspectorTest.addSniffer(compontentView, "onTextEditorContentSet", previewViewHandled.bind(this, searches, callback, view));
|
| return;
|
| }
|
| } else if (compontentView instanceof WebInspector.XMLView) {
|
|
|