Index: LayoutTests/inspector/sources/debugger/debugger-no-pause-on-antibreakpoint.html |
diff --git a/LayoutTests/inspector/sources/debugger/debugger-no-pause-on-antibreakpoint.html b/LayoutTests/inspector/sources/debugger/debugger-no-pause-on-antibreakpoint.html |
index 1d57ed61d7596c58e7c2e81136ad1a40df07d888..8d3c5795a4255df8e0bab13583aaad182d158b3c 100644 |
--- a/LayoutTests/inspector/sources/debugger/debugger-no-pause-on-antibreakpoint.html |
+++ b/LayoutTests/inspector/sources/debugger/debugger-no-pause-on-antibreakpoint.html |
@@ -47,7 +47,7 @@ var test = function() |
{ |
InspectorTest.captureStackTrace(callFrames); |
- var exceptionLocation = callFrames[0].location; |
+ var exceptionLocation = callFrames[0].location(); |
DebuggerAgent.setBreakpointByUrl(exceptionLocation.lineNumber, undefined, scriptFileName, |
exceptionLocation.columnNumber, undefined, true, undefined); |