| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 48da4edd3b8cda17c355b68f0fba2eec4ef51f18..ad427179d6dceb6b8d933b9104b0a045f6aa704a 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2748,13 +2748,12 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| case CSSPropertyWebkitTransformOriginZ:
|
| break;
|
|
|
| -#if ENABLE(CSS_DEVICE_ADAPTATION)
|
| + /* @viewport rule properties */
|
| case CSSPropertyMaxZoom:
|
| case CSSPropertyMinZoom:
|
| case CSSPropertyOrientation:
|
| case CSSPropertyUserZoom:
|
| break;
|
| -#endif
|
|
|
| case CSSPropertyBufferedRendering:
|
| case CSSPropertyClipPath:
|
|
|