| Index: sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| index 196a263aa4980932a7ba8080e4497241a103463c..f5844b2743e78909a5aa96e73501adbbd7611acd 100644
|
| --- a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2052,11 +2052,6 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| case CSSPropertyUnicodeRange:
|
| break;
|
|
|
| - /* Other unimplemented properties */
|
| - case CSSPropertyPage: // for @page
|
| - case CSSPropertySize: // for @page
|
| - break;
|
| -
|
| /* Unimplemented -webkit- properties */
|
| case CSSPropertyWebkitBorderRadius:
|
| case CSSPropertyWebkitPerspectiveOriginX:
|
|
|