| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| index ab4d7b3f685a4e4df98be12fc8d368fecd11ad4d..2780956879c33af6765167249cde7a7953790fe5 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| @@ -27,7 +27,7 @@ function test()
|
| function didShowScriptSource(sourceFrame)
|
| {
|
| InspectorTest.addResult("Script source was shown.");
|
| - InspectorTest.addSniffer(Sources.JavaScriptSourceFrame.prototype, "_addBreakpointDecoration", didAddBreakpoint);
|
| + InspectorTest.addSniffer(Sources.JavaScriptSourceFrame.prototype, "_updateBreakpointDecoration", didAddBreakpoint);
|
| InspectorTest.setBreakpoint(sourceFrame, 14, "", true);
|
| }
|
|
|
|
|