Bug 73171

Summary: CSSMutableStyleDeclaration: setCssText() mostly duplicates parseDeclaration().
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2011-11-27 09:01:20 PST
setCssText() should call parseDeclaration() so we don't need two copies of the code.
Comment 1 Andreas Kling 2011-11-27 09:03:56 PST
Created attachment 116675 [details]
Patch
Comment 2 Antti Koivisto 2011-11-27 10:59:55 PST
Comment on attachment 116675 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2011-11-27 12:34:25 PST
Comment on attachment 116675 [details]
Patch

Clearing flags on attachment: 116675

Committed r101208: <http://trac.webkit.org/changeset/101208>
Comment 4 WebKit Review Bot 2011-11-27 12:34:30 PST
All reviewed patches have been landed.  Closing bug.