Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Replace HTMLConverter::_stringForNode by propertyValueForNode
https://bugs.webkit.org/show_bug.cgi?id=130711 Reviewed by Sam Weinig. Replaced all calls to HTMLConverter::_stringForNode by that to propertyValueForNode. * editing/cocoa/HTMLConverter.mm: (HTMLConverter::_computedAttributesForElement): (HTMLConverter::_addAttachmentForElement): (HTMLConverter::_enterElement): (HTMLConverter::_addTableForElement): (HTMLConverter::_addTableCellForElement): (HTMLConverter::_processElement): (HTMLConverter::_exitElement): (HTMLConverter::_processText): (HTMLConverter::_traverseNode): (HTMLConverter::_traverseFooterNode): (HTMLConverter::_stringForNode): Deleted. Canonical link: https://commits.webkit.org/148795@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@166273 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information