RESOLVED FIXED 114568
[Meta] Use narrower types for StylePropertySet pointers around WebKit.
https://bugs.webkit.org/show_bug.cgi?id=114568
Summary [Meta] Use narrower types for StylePropertySet pointers around WebKit.
Andreas Kling
Reported 2013-04-13 10:11:00 PDT
We should move all non-const StylePropertySet methods to MutableStylePropertySet. This'll catch mistakes at compile time instead of relying on various ASSERT(isMutable()); checks. We should also use MutableStylePropertySet pointers instead of StylePropertySet where it improves and/or self-documents the code.
Attachments
Note You need to log in before you can comment on or make changes to this bug.