| Index: third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| index 0e3259160b0693fb9834f366f6beb06eee57b597..9b97529c73c122894a7b4cd7216e63816447ec21 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| @@ -91,7 +91,7 @@ WebInspector.JavaScriptSourceFrame.prototype = {
|
| if (originURL) {
|
| var parsedURL = originURL.asParsedURL();
|
| if (parsedURL)
|
| - result.push(new WebInspector.ToolbarLabel(WebInspector.UIString("(source mapped from %s)", parsedURL.displayName)));
|
| + result.push(new WebInspector.ToolbarText(WebInspector.UIString("(source mapped from %s)", parsedURL.displayName)));
|
| }
|
| return result;
|
| },
|
|
|