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