| 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 e1646c6a7296028900af26a4c511000ba3987790..c67bb3c7c5bc98e4465c3e08903197284f44202c 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
|
| @@ -18,7 +18,7 @@ function test()
|
| function testRevealFunctionDefinition(next)
|
| {
|
| InspectorTest.addSniffer(panel, "showUISourceCode", showUISourceCodeHook);
|
| - WebInspector.context.flavor(WebInspector.ExecutionContext).evaluate("jumpToMe", "", false, true, false, false, didGetFunction);
|
| + WebInspector.context.flavor(WebInspector.ExecutionContext).evaluate("jumpToMe", "", false, true, false, false, false, didGetFunction);
|
|
|
| function didGetFunction(funcObject, wasThrown)
|
| {
|
|
|