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.