WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug