Bug 77475

Summary: Make CSSOM style() return CSSStyleDeclaration*
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 77745    
Attachments:
Description Flags
patch andersca: review+

Description Antti Koivisto 2012-01-31 13:59:12 PST
CSSStyleRule::style() and some other places return CSSMutableStyleDeclaration. They should return the plain CSSOM type instead.
Comment 1 Antti Koivisto 2012-01-31 14:24:34 PST
Created attachment 124820 [details]
patch
Comment 2 Antti Koivisto 2012-01-31 14:31:52 PST
http://trac.webkit.org/changeset/106393