Bug 78891 - StylePropertySet: Add a way for setProperty() to skip removing the existing property.
Summary: StylePropertySet: Add a way for setProperty() to skip removing the existing p...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks: 78070
  Show dependency treegraph
 
Reported: 2012-02-17 03:50 PST by Andreas Kling
Modified: 2012-04-18 15:56 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-02-17 03:50:22 PST
For attribute styles, we can assume that the property is not already in the set. We should add a way to call setProperty() without doing the extra work looking for duplicates.