Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-no-pause-on-antibreakpoint.html
index 1d57ed6..8d3c579 100644 (file)
@@ -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);