| Index: third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.html
|
| index 44f2d925b790fa0098c7613f4d29b62c8042737a..801bd923d22d8fb4d056e479f175313e7a3cca86 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.html
|
| @@ -11,7 +11,7 @@ function initialize_extensionsSidebarTest()
|
| InspectorTest.expandSidebar = function(callback)
|
| {
|
| var sidebar = InspectorTest._extensionSidebar();
|
| - InspectorTest.runAfterPendingDispatches(function() {
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(function() {
|
| sidebar.expand();
|
| callback();
|
| });
|
|
|