| 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 4651c17abb9b2a98b1b04a4e69edaff0c51f579d..355d5baa239c838430b3db8648545d960b9b2640 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;
|
| },
|
|
|