Index: third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js b/third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js |
index 6b5486b89ad0d2481faf8d7210f19bbb2f7fc0f8..ddff22f0b4864825e158e3841561e5cb0e8bcbef 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js |
+++ b/third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js |
@@ -172,7 +172,7 @@ Animation.AnimationTimeline = class extends UI.VBox { |
} |
/** |
- * @param {!Element} anchor |
+ * @param {!Element|!AnchorBox} anchor |
* @param {!UI.GlassPane} popover |
* @return {!Promise<boolean>} |
*/ |