Index: Source/core/css/CSSComputedStyleDeclaration.cpp |
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp |
index efb9963d1792cab24c422a8205be7a0f940a75da..5cfff81b2f90c770afe924fdc24b1c39e924905e 100644 |
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp |
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp |
@@ -603,7 +603,7 @@ String CSSComputedStyleDeclaration::item(unsigned i) const |
return getPropertyNameString(computableProperties()[i]); |
} |
-bool CSSComputedStyleDeclaration::cssPropertyMatches(CSSPropertyID propertyID, const CSSValue propertyValue) const |
+bool CSSComputedStyleDeclaration::cssPropertyMatches(CSSPropertyID propertyID, const CSSValue& propertyValue) const |
{ |
if (propertyID == CSSPropertyFontSize && propertyValue.isPrimitiveValue() && m_node) { |
m_node->document().updateLayoutIgnorePendingStylesheets(); |