Searched refs:newMutableStyle (Results 1 – 1 of 1) sorted by relevance
150 RefPtr<CSSMutableStyleDeclaration> newMutableStyle = CSSMutableStyleDeclaration::create(); in executeToggleStyleInList() local151 newMutableStyle->setProperty(propertyID, newStyle,ec); in executeToggleStyleInList()152 return applyCommandToFrame(frame, source, action, newMutableStyle.get()); in executeToggleStyleInList()