RESOLVED FIXED 73501
StyledElement: Tidy up copyNonAttributeProperties().
https://bugs.webkit.org/show_bug.cgi?id=73501
Summary StyledElement: Tidy up copyNonAttributeProperties().
Andreas Kling
Reported 2011-11-30 16:58:44 PST
As a follow-up to bug 73227 (landed in r101502), we should tidy up copyNonAttributeProperties() a bit, redo CSSMutableStyleDeclaration's copyPropertiesAndStrictnessFrom() as copyPropertiesFrom(), and make the style declarations non-copyable.
Attachments
Patch (5.63 KB, patch)
2011-11-30 17:05 PST, Andreas Kling
koivisto: review+
koivisto: commit-queue-
Andreas Kling
Comment 1 2011-11-30 17:05:07 PST
Antti Koivisto
Comment 2 2011-12-01 02:29:52 PST
Comment on attachment 117301 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=117301&action=review > Source/WebCore/css/CSSInlineStyleDeclaration.h:35 > class CSSInlineStyleDeclaration : public CSSElementStyleDeclaration { > + WTF_MAKE_NONCOPYABLE(CSSInlineStyleDeclaration); I think it is sufficient to have this in the base class (some other instances here too).
Andreas Kling
Comment 3 2011-12-01 07:20:13 PST
Note You need to log in before you can comment on or make changes to this bug.