Bug 80678 - Restore Attr::style() functionality.
Summary: Restore Attr::style() functionality.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-03-08 23:21 PST by Andreas Kling
Modified: 2012-03-12 11:51 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (3.93 KB, patch)
2012-03-09 13:59 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-03-08 23:21:11 PST
<http://trac.webkit.org/changeset/106740> removed the ability to access a CSSStyleDeclaration through Attr.
It turns out we still have clients for the Obj-C API, so the functionality was removed incorrectly.
Comment 1 Andreas Kling 2012-03-09 13:59:05 PST
<rdar://problem/10933904>
Comment 2 Andreas Kling 2012-03-09 13:59:29 PST
Created attachment 131101 [details]
Proposed patch
Comment 3 Andreas Kling 2012-03-12 11:51:36 PDT
Comment on attachment 131101 [details]
Proposed patch

Clearing flags on attachment: 131101

Committed r110450: <http://trac.webkit.org/changeset/110450>
Comment 4 Andreas Kling 2012-03-12 11:51:42 PDT
All reviewed patches have been landed.  Closing bug.