| 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 78b638966934aa802a74024b9a5e2318b76b2aa7..7eec38f9e68afb2d7bdec58bedceedc9f6441f44 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/DOMPresentationUtils.js
|
| @@ -622,7 +622,7 @@ Components.DOMPresentationUtils.MarkerDecorator.prototype = {
|
| * @param {!SDK.DOMNode} node
|
| * @return {?{title: string, color: string}}
|
| */
|
| - decorate: function(node) {}
|
| + decorate(node) {}
|
| };
|
|
|
| /**
|
|
|