Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / debugger / debugger-activation-crash2.html
index b1a718a..44a2102 100644 (file)
@@ -40,7 +40,7 @@ function test() {
 
     function step3(callFrames)
     {
-        InspectorTest.captureStackTrace(callFrames, true);
+        InspectorTest.captureStackTrace(callFrames, null, { dropLineNumbers: true });
         InspectorTest.completeDebuggerTest();
     }
 }