| Index: Source/core/inspector/InspectorAnimationAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorAnimationAgent.cpp b/Source/core/inspector/InspectorAnimationAgent.cpp
|
| index 90c833bf23680856df6b6365452624a898892082..826c27e9f5d8ecae2406ee9b49e78d5ced38cc47 100644
|
| --- a/Source/core/inspector/InspectorAnimationAgent.cpp
|
| +++ b/Source/core/inspector/InspectorAnimationAgent.cpp
|
| @@ -174,7 +174,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(keyframes);
|
| } else {
|
| // Web Animations
|
|
|