| Index: third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js b/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| index 2e2a94bc634d7e85249a1bb9ae90c70bcc4e6bfa..a299b322c0083a4f601e8c748fcbac8a795a3ded 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| @@ -645,7 +645,7 @@
|
| */
|
| WebInspector.DOMPresentationUtils.GenericDecorator = function(extension)
|
| {
|
| - this._title = WebInspector.UIString(extension.title());
|
| + this._title = WebInspector.UIString(extension.title(WebInspector.platform()));
|
| this._color = extension.descriptor()["color"];
|
| }
|
|
|
|
|