| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index c93276ba830c7ee7613883e4fa5181ba7cbb4f30..2e42a4b08f6e79186d8cfad71d2cdba2d5eb7438 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2777,6 +2777,8 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| case CSSPropertyMinZoom:
|
| case CSSPropertyOrientation:
|
| case CSSPropertyUserZoom:
|
| + case CSSPropertyInternalTargetDensity:
|
| + case CSSPropertyInternalPriority:
|
| break;
|
|
|
| case CSSPropertyBufferedRendering:
|
|
|