| Index: third_party/WebKit/Source/core/animation/ElementAnimation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/ElementAnimation.h b/third_party/WebKit/Source/core/animation/ElementAnimation.h
|
| index 1ad9e7d6f0a856ba56e3abb8f9d758d83f45510c..eda33d96b1dd86063ee391ef8626c310be1e4293 100644
|
| --- a/third_party/WebKit/Source/core/animation/ElementAnimation.h
|
| +++ b/third_party/WebKit/Source/core/animation/ElementAnimation.h
|
| @@ -64,7 +64,7 @@ public:
|
| if (exceptionState.hadException())
|
| return 0;
|
|
|
| - Animation* animation = animateInternal(element, effect, TimingInput::convert(options));
|
| + Animation* animation = animateInternal(element, effect, TimingInput::convert(options, &element.document()));
|
| animation->setId(options.id());
|
| return animation;
|
| }
|
|
|