| Index: sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| index ad17553337185a5cd46493d7e3f482148a4ce825..d3862314f970794190d7098aa608d88204348696 100644
|
| --- a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -150,7 +150,6 @@ static const CSSPropertyID staticComputableProperties[] = {
|
| CSSPropertyPointerEvents,
|
| CSSPropertyPosition,
|
| CSSPropertyRight,
|
| - CSSPropertyTableLayout,
|
| CSSPropertyTabSize,
|
| CSSPropertyTextAlign,
|
| CSSPropertyTextAlignLast,
|
| @@ -1577,8 +1576,6 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| return cssValuePool().createValue(style->position());
|
| case CSSPropertyRight:
|
| return valueForPositionOffset(*style, CSSPropertyRight, renderer);
|
| - case CSSPropertyTableLayout:
|
| - return cssValuePool().createValue(style->tableLayout());
|
| case CSSPropertyTextAlign:
|
| return cssValuePool().createValue(style->textAlign());
|
| case CSSPropertyTextAlignLast:
|
|
|