| Index: Source/WebCore/inspector/front-end/CallStackSidebarPane.js
|
| ===================================================================
|
| --- Source/WebCore/inspector/front-end/CallStackSidebarPane.js (revision 108509)
|
| +++ Source/WebCore/inspector/front-end/CallStackSidebarPane.js (working copy)
|
| @@ -126,7 +126,7 @@
|
| {
|
| var text = "";
|
| for (var i = 0; i < this.placards.length; ++i)
|
| - text += this.placards[i]._text + "\n";
|
| + text += this.placards[i].title + " (" + this.placards[i].subtitle + ")\n";
|
| InspectorFrontendHost.copyText(text);
|
| },
|
|
|
|
|