| Index: third_party/WebKit/Source/devtools/front_end/animation/AnimationModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/animation/AnimationModel.js b/third_party/WebKit/Source/devtools/front_end/animation/AnimationModel.js
|
| index 33b75da781d43dfe8ed46ce218df9c6d7bf9b585..18ee044980f55b3cf7ecdcab7408b76ecd36e553 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/animation/AnimationModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/animation/AnimationModel.js
|
| @@ -206,7 +206,7 @@ WebInspector.AnimationModel._symbol = Symbol("AnimationModel");
|
| */
|
| WebInspector.AnimationModel.fromTarget = function(target)
|
| {
|
| - if (!target.hasBrowserCapability())
|
| + if (!target.hasDOMCapability())
|
| return null;
|
| if (!target[WebInspector.AnimationModel._symbol])
|
| target[WebInspector.AnimationModel._symbol] = new WebInspector.AnimationModel(target);
|
|
|