| Index: Source/core/inspector/InspectorAnimationAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorAnimationAgent.cpp b/Source/core/inspector/InspectorAnimationAgent.cpp
|
| index bad4c73ab72e7b35c45c6b9d4bc2986c2a6016b9..156354d1595907a0d13bfa60b8dd96db5086274d 100644
|
| --- a/Source/core/inspector/InspectorAnimationAgent.cpp
|
| +++ b/Source/core/inspector/InspectorAnimationAgent.cpp
|
| @@ -184,7 +184,7 @@ static PassRefPtr<TypeBuilder::Animation::KeyframesRule> buildObjectForKeyframes
|
|
|
| if (!animationName.isNull()) {
|
| // CSS Animations
|
| - const StyleRuleKeyframes* keyframes = styleResolver.findKeyframesRule(element, animationName);
|
| + const StyleRuleKeyframes* keyframes = styleResolver.findKeyframesRule(element, animationName).get();
|
| keyframeRule = buildObjectForStyleRuleKeyframes(player, keyframes);
|
| } else {
|
| // Web Animations
|
|
|