| Index: third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html
|
| index 758574455b6d04b94aa0b7af16b3ca9a4e1cf01a..117e22249723e6ecbf6756a49a59686ad496160f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html
|
| @@ -135,7 +135,7 @@ function extension_testOnContentCommitted(nextTest)
|
| resource.setContent("div.test { width: 140px; height: 42px; }", false);
|
| });
|
| // The next step is going to produce a console message that will be logged, so synchronize the output now.
|
| - evaluateOnFrontend("InspectorTest.runAfterPendingDispatches(reply)", function() {
|
| + evaluateOnFrontend("InspectorTest.deprecatedRunAfterPendingDispatches(reply)", function() {
|
| extension_runWithResource(/abe\.png$/, function(resource) {
|
| resource.setContent("", true);
|
| });
|
|
|