| Index: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| index 7f1f3748b5fc8d4d38534b349f52df6ad369d243..5721407cf9642276ae390cfbad79520154f2be61 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
|
| @@ -1287,7 +1287,7 @@ WebInspector.initializeUIUtils = function(document, themeSetting)
|
| */
|
| WebInspector.beautifyFunctionName = function(name)
|
| {
|
| - return name || WebInspector.UIString("(anonymous function)");
|
| + return name || WebInspector.UIString("(anonymous)");
|
| }
|
|
|
| /**
|
|
|