Searched refs:dummyStyle (Results 1 – 1 of 1) sorted by relevance
229 RefPtr<CSSMutableStyleDeclaration> dummyStyle; in attributeValueAsCSSValue() local230 dummyStyle = CSSMutableStyleDeclaration::create(); in attributeValueAsCSSValue()231 dummyStyle->setProperty(m_propertyID, element->getAttribute(m_attrName)); in attributeValueAsCSSValue()232 return dummyStyle->getPropertyCSSValue(m_propertyID); in attributeValueAsCSSValue()