Index: Source/devtools/front_end/sources/CallStackSidebarPane.js |
diff --git a/Source/devtools/front_end/sources/CallStackSidebarPane.js b/Source/devtools/front_end/sources/CallStackSidebarPane.js |
index 717277dd5c322688b830e8a74c1a52dfaa57d704..ef64ffa5662b4a9fed0027266c533879f5e357a9 100644 |
--- a/Source/devtools/front_end/sources/CallStackSidebarPane.js |
+++ b/Source/devtools/front_end/sources/CallStackSidebarPane.js |
@@ -404,7 +404,7 @@ WebInspector.CallStackSidebarPane.Placard.prototype = { |
*/ |
_update: function(uiLocation) |
{ |
- this.subtitle = uiLocation.linkText().trimMiddle(100); |
+ this.subtitle = uiLocation.linkText().trimMiddle(30); |
}, |
__proto__: WebInspector.Placard.prototype |