| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
|
| index 7aaf9dc3f3cb61cf56eb9b138353c04f86f2c9a3..3aa0038b1f4f337399333071580b0b3b07f66452 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
|
| @@ -17,9 +17,9 @@ function test()
|
| InspectorTest.testNetworkProject._reset();
|
| }
|
|
|
| - function createBreakpoint(uiSourceCodeId, lineNumber, condition, enabled)
|
| + function createBreakpoint(url, lineNumber, condition, enabled)
|
| {
|
| - return { sourceFileId: uiSourceCodeId, lineNumber: lineNumber, condition: condition, enabled: enabled };
|
| + return { url: url, lineNumber: lineNumber, condition: condition, enabled: enabled };
|
| }
|
|
|
| var serializedBreakpoints = [];
|
|
|