Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / pause-in-inline-script.html
index c9e4999..0812ff3 100644 (file)
@@ -59,7 +59,7 @@ var test = function()
             return;
         }
         var frame = callFrames[callFrameIndex];
-        var uiLocation = WebInspector.debuggerModel.rawLocationToUILocation(frame.location);
+        var uiLocation = frame.location().toUILocation();
         InspectorTest.showUISourceCode(uiLocation.uiSourceCode, dumpCallFrameLine);
 
         function dumpCallFrameLine(sourceFrame)