| Index: Source/devtools/front_end/layers/PaintProfilerView.js
|
| diff --git a/Source/devtools/front_end/layers/PaintProfilerView.js b/Source/devtools/front_end/layers/PaintProfilerView.js
|
| index 165fb11e0658f41d66038199056a53bcfab5dda9..5bf07df2513f54dec1973eb39ebb910ab3938e29 100644
|
| --- a/Source/devtools/front_end/layers/PaintProfilerView.js
|
| +++ b/Source/devtools/front_end/layers/PaintProfilerView.js
|
| @@ -238,7 +238,7 @@ WebInspector.PaintProfilerCommandLogView.prototype = {
|
| */
|
| _getHoverAnchor: function(target)
|
| {
|
| - return target.enclosingNodeOrSelfWithNodeName("span");
|
| + return /** @type {!Element} */ (target.enclosingNodeOrSelfWithNodeName("span"));
|
| },
|
|
|
| /**
|
|
|