| Index: Source/core/animation/css/CSSTransitionData.h
|
| diff --git a/Source/core/animation/css/CSSTransitionData.h b/Source/core/animation/css/CSSTransitionData.h
|
| index fc9d1c9db567f9f16118ac8c1404a61eedeb2210..78cfce95c8afcd6321960c4c918d880d8f51de7d 100644
|
| --- a/Source/core/animation/css/CSSTransitionData.h
|
| +++ b/Source/core/animation/css/CSSTransitionData.h
|
| @@ -22,6 +22,7 @@ public:
|
|
|
| // FIXME: We shouldn't allow 'none' to be used alongside other properties.
|
| struct TransitionProperty {
|
| + ALLOW_ONLY_INLINE_ALLOCATION();
|
| TransitionProperty(CSSPropertyID id)
|
| : propertyType(TransitionSingleProperty)
|
| , unresolvedProperty(id)
|
|
|