| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run.html
|
| index b1f7ca4b0a3b27dca84ee66a46529cb282f44c82..49d68663899e246b91c449bc7d33d2e64724ff3d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run.html
|
| @@ -11,7 +11,7 @@ var test = function()
|
| InspectorTest.addResult(" " + exceptionDetails.text);
|
| InspectorTest.addResult(" line: " + exceptionDetails.lineNumber + ", column: " + exceptionDetails.columnNumber);
|
|
|
| - var stack = exceptionDetails.stack ? exceptionDetails.stack.callFrames : null;
|
| + var stack = exceptionDetails.stackTrace ? exceptionDetails.stackTrace.callFrames : null;
|
| if (!stack) {
|
| InspectorTest.addResult(" no stack trace attached to exceptionDetails");
|
| } else {
|
|
|