| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition.html
|
| index 9a24ec58e2262a8218f77169cd859791e78254dc..df0c230c5ea710f48a1e3081ca3dc1d760377a1a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-function-definition.html
|
| @@ -39,7 +39,7 @@ function test()
|
|
|
| function testDumpFunctionDefinition(next)
|
| {
|
| - InspectorTest.addSniffer(Components.ObjectPropertiesSection, "formatObjectAsFunction", onConsoleMessagesReceived);
|
| + InspectorTest.addSniffer(ObjectUI.ObjectPropertiesSection, "formatObjectAsFunction", onConsoleMessagesReceived);
|
| SDK.ConsoleModel.evaluateCommandInConsole(UI.context.flavor(SDK.ExecutionContext), "jumpToMe");
|
|
|
| function onConsoleMessagesReceived()
|
|
|