Bug 73833 - MediaList: Remove constructor that takes a CSSImportRule*.
Summary: MediaList: Remove constructor that takes a CSSImportRule*.
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-12-05 08:30 PST by Andreas Kling
Modified: 2011-12-06 10:19 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.09 KB, patch)
2011-12-05 08:33 PST, Andreas Kling
koivisto: review+
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-12-05 08:30:12 PST
Let CSSImportRule construct MediaLists by passing the parent style sheet like everyone else.
Comment 1 Andreas Kling 2011-12-05 08:33:12 PST
Created attachment 117884 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-05 08:36:33 PST
Attachment 117884 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1

Source/WebCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2011-12-06 10:19:48 PST
Committed r102152: <http://trac.webkit.org/changeset/102152>