| Index: third_party/WebKit/LayoutTests/inspector/sources/inspect-function.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/inspect-function.html b/third_party/WebKit/LayoutTests/inspector/sources/inspect-function.html
|
| index 954e14f722f083b69a84c472e550a620a0158f55..525454437f172b525d6c6aa87623d4baedcdb071 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/inspect-function.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/inspect-function.html
|
| @@ -6,7 +6,7 @@
|
| function test()
|
| {
|
| var revealed = 0;
|
| - InspectorTest.addSniffer(WebInspector.SourcesView.prototype, "showSourceLocation", didReveal, true);
|
| + InspectorTest.addSniffer(Sources.SourcesView.prototype, "showSourceLocation", didReveal, true);
|
| InspectorTest.evaluateInConsole("function foo() { }; inspect(foo.bind());inspect(foo);");
|
|
|
| function didReveal(uiSourceCode, lineNumber, columnNumber)
|
|
|