| Index: third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| index 1dd8cab62c6067a37c7fa34ec11f7027ecefb707..e2eb51d4618f7b030444761207e8a611c26c9805 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -806,7 +806,8 @@ PassRefPtr<AnimatableValue> StyleResolver::createAnimatableValueSnapshot(
|
| state.fontBuilder().createFont(
|
| state.document().styleEngine().fontSelector(), state.mutableStyleRef());
|
| }
|
| - return CSSAnimatableValueFactory::create(property, *state.style());
|
| + return CSSAnimatableValueFactory::create(PropertyHandle(property),
|
| + *state.style());
|
| }
|
|
|
| PseudoElement* StyleResolver::createPseudoElement(Element* parent,
|
|
|