| Index: third_party/WebKit/Source/core/animation/KeyframeEffect.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffect.idl b/third_party/WebKit/Source/core/animation/KeyframeEffect.idl
|
| index 99b6eafaccff01a52c4a474fcd4eb92e7c0f400b..95f94186adc736a63caa59b355f3bb4cb95e53ca 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffect.idl
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffect.idl
|
| @@ -37,5 +37,5 @@
|
| ConstructorCallWith=ExecutionContext,
|
| RaisesException=Constructor,
|
| RuntimeEnabled=WebAnimationsAPI,
|
| -] interface KeyframeEffect : AnimationEffectReadOnly {
|
| +] interface KeyframeEffect : KeyframeEffectReadOnly {
|
| };
|
|
|