| Index: sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| index 811de98546ebf1069ebf7cd850620c94c5d84412..2a6898775c155a8cfe7ba35e523116ae466546c1 100644
|
| --- a/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/sky/engine/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2082,7 +2082,6 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
|
|
| /* Other unimplemented properties */
|
| case CSSPropertyPage: // for @page
|
| - case CSSPropertyQuotes: // FIXME: needs implementation
|
| case CSSPropertySize: // for @page
|
| break;
|
|
|
|
|