StyleResolver: No need to compare "cellpadding" attributes when evaluating style sharing candidates.
<http://webkit.org/b/102596>
Reviewed by Antti Koivisto.
Differences in the cellpadding attribute is caught by comparing additionalPresentationAttributeStyle()
later on in canShareStyleWithElement() and we shouldn't waste time on comparing them.
* css/StyleResolver.cpp:
(WebCore::haveIdenticalStyleAffectingAttributes):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@135068 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2 files changed