| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 1dc71f29cd2d8c39b5c356e2912ef5eb1d58c039..7dcee561391d76febbb8f7d0643041dc78afc50c 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -2871,6 +2871,8 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert
|
| case CSSPropertyMinZoom:
|
| case CSSPropertyOrientation:
|
| case CSSPropertyUserZoom:
|
| + case CSSPropertyInternalTargetDensity:
|
| + case CSSPropertyInternalPriority:
|
| break;
|
|
|
| // Internal properties that shouldn't be exposed throught getComputedStyle.
|
|
|