| 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 103d218f1483e5c5eec207e6afb561ed3593d62a..1da55dfe3144ab6712f2a767228035fb33cbfa89 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| @@ -646,7 +646,7 @@ WebInspector.DOMPresentationUtils.MarkerDecorator.prototype = {
|
| WebInspector.DOMPresentationUtils.GenericDecorator = function(extension)
|
| {
|
| this._title = WebInspector.UIString(extension.title(WebInspector.platform()));
|
| - this._color = extension.descriptor()['color'];
|
| + this._color = extension.descriptor()["color"];
|
| }
|
|
|
| WebInspector.DOMPresentationUtils.GenericDecorator.prototype = {
|
|
|