Index: Source/devtools/front_end/components/DOMPresentationUtils.js |
diff --git a/Source/devtools/front_end/components/DOMPresentationUtils.js b/Source/devtools/front_end/components/DOMPresentationUtils.js |
index dda7c00a0753c1d8c9dd5b21831c585c3daf0561..1d2d126f210c54e76cf29fbf8bad995c92f0fb5e 100644 |
--- a/Source/devtools/front_end/components/DOMPresentationUtils.js |
+++ b/Source/devtools/front_end/components/DOMPresentationUtils.js |
@@ -620,7 +620,7 @@ WebInspector.DOMPresentationUtils.MarkerDecorator = function() |
WebInspector.DOMPresentationUtils.MarkerDecorator.prototype = { |
/** |
* @param {!WebInspector.DOMNode} node |
- * @return {?string} |
+ * @return {?{title: string, color: string}} |
*/ |
decorate: function(node) { } |
} |