Bug 70692 - Remove style sheet constructors that take a style sheet parent.
Summary: Remove style sheet constructors that take a style sheet parent.
Status: RESOLVED FIXED
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:
 
Reported: 2011-10-23 05:24 PDT by Andreas Kling
Modified: 2011-10-23 18:41 PDT (History)
2 users (show)

See Also:


Attachments
This patch (3.78 KB, patch)
2011-10-23 05:27 PDT, 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 2011-10-23 05:24:17 PDT
We don't actually need these since style sheets are never directly parented by other style sheets (they always go via a rule, e.g @import)
Comment 1 Andreas Kling 2011-10-23 05:27:37 PDT
Created attachment 112107 [details]
This patch
Comment 2 Antti Koivisto 2011-10-23 05:29:09 PDT
Comment on attachment 112107 [details]
This patch

r=me
Comment 3 WebKit Review Bot 2011-10-23 18:41:15 PDT
Comment on attachment 112107 [details]
This patch

Clearing flags on attachment: 112107

Committed r98207: <http://trac.webkit.org/changeset/98207>
Comment 4 WebKit Review Bot 2011-10-23 18:41:19 PDT
All reviewed patches have been landed.  Closing bug.