| Index: third_party/WebKit/Source/core/animation/LengthPropertyFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/LengthPropertyFunctions.cpp b/third_party/WebKit/Source/core/animation/LengthPropertyFunctions.cpp
|
| index 9bb18aabf5ea0518b0957344b766261ca71dd73f..bdd3f81cb63c2e9be5cf28726825c1884ebf3bf9 100644
|
| --- a/third_party/WebKit/Source/core/animation/LengthPropertyFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/LengthPropertyFunctions.cpp
|
| @@ -291,7 +291,7 @@ bool LengthPropertyFunctions::getLength(CSSPropertyID property,
|
| result = style.strokeWidth().length();
|
| return true;
|
| case CSSPropertyVerticalAlign:
|
| - if (style.verticalAlign() != VerticalAlignLength)
|
| + if (style.verticalAlign() != EVerticalAlign::Length)
|
| return false;
|
| result = style.getVerticalAlignLength();
|
| return true;
|
|
|