| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.js
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.js b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.js
|
| index c52f23ad703675e90ca8484010141f3d298be089..5fcd6168506ebfae1c70a9b9911280e4e1cbdb8a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.js
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.js
|
| @@ -48,6 +48,8 @@ InspectorTest.DebuggerModelMock.prototype = {
|
| return this._target;
|
| },
|
|
|
| + _targetDisposed: function() { },
|
| +
|
| debuggerEnabled: function()
|
| {
|
| return true;
|
|
|