| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resources-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resources-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/resources-test.js
|
| index 32ac3596262741c47b7afab3698a2458e0fae862..8e42afcb8368d9fd13ef0886e0b569f92ef2f07a 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resources-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resources-test.js
|
| @@ -58,7 +58,7 @@ InspectorTest.showResource = function(resourceURL, callback)
|
| if (sourceFrame.loaded)
|
| callbackWrapper(sourceFrame);
|
| else
|
| - InspectorTest.addSniffer(sourceFrame, "onTextEditorContentLoaded", callbackWrapper.bind(null, sourceFrame));
|
| + InspectorTest.addSniffer(sourceFrame, "onTextEditorContentSet", callbackWrapper.bind(null, sourceFrame));
|
| }
|
| InspectorTest.runAfterResourcesAreFinished([resourceURL], showResourceCallback);
|
| }
|
|
|