Chromium Code Reviews| Index: Source/core/page/animation/CSSPropertyAnimation.cpp |
| diff --git a/Source/core/page/animation/CSSPropertyAnimation.cpp b/Source/core/page/animation/CSSPropertyAnimation.cpp |
| index cebadfce14350a4716b6076b811549dddaf3b9e5..99be9004c4bdd8dbeb3462fe77af9b25f16c81d1 100644 |
| --- a/Source/core/page/animation/CSSPropertyAnimation.cpp |
| +++ b/Source/core/page/animation/CSSPropertyAnimation.cpp |
| @@ -911,7 +911,7 @@ private: |
| class PropertyWrapperFlex : public AnimationPropertyWrapperBase { |
| public: |
| - PropertyWrapperFlex() : AnimationPropertyWrapperBase(CSSPropertyWebkitFlex) |
| + PropertyWrapperFlex() : AnimationPropertyWrapperBase(CSSPropertyFlex) |
|
Julien - ping for review
2013/06/13 17:10:59
Interesting, I would have expected this to be styl
cbiesinger
2013/06/13 20:21:43
Done.
|
| { |
| } |