| Index: Source/core/inspector/InspectorAnimationAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorAnimationAgent.cpp b/Source/core/inspector/InspectorAnimationAgent.cpp
|
| index 7bba6e691cce8e91fe1c2d749a02dadf014154d4..f4e2ee0f1b483d42a116237f299e1b7370706e86 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
|
|
|