Bug 77475 - Make CSSOM style() return CSSStyleDeclaration*
Summary: Make CSSOM style() return CSSStyleDeclaration*
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 77745
  Show dependency treegraph
 
Reported: 2012-01-31 13:59 PST by Antti Koivisto
Modified: 2012-02-03 09:39 PST (History)
4 users (show)

See Also:


Attachments
patch (10.53 KB, patch)
2012-01-31 14:24 PST, Antti Koivisto
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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