Bug 73833

Summary: MediaList: Remove constructor that takes a CSSImportRule*.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

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>