Bug 116343

Summary: Get rid of Custom code for Audio global constructor
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, eric.carlson, esprehn+autocc, ggaren, glenn, haraken, jer.noble, laszlo.gombos, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 116116, 116147    
Bug Blocks: 115853    
Attachments:
Description Flags
Patch
none
JSDOMWindow.cpp diff none

Description Chris Dumez 2013-05-17 12:47:16 PDT
The following DOMWindow attribute currently has a [CustomGetter]:
[CustomGetter, Conditional=VIDEO] attribute HTMLAudioElementNamedConstructor Audio; // Usable with the new operator

This should no longer be needed now that Bug 116116 and Bug 116147 were fixed.
Comment 1 Chris Dumez 2013-05-17 13:38:09 PDT
Created attachment 202149 [details]
Patch
Comment 2 Chris Dumez 2013-05-17 13:38:32 PDT
Created attachment 202150 [details]
JSDOMWindow.cpp diff
Comment 3 Geoffrey Garen 2013-05-17 14:09:58 PDT
Comment on attachment 202149 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2013-05-17 17:15:48 PDT
Comment on attachment 202149 [details]
Patch

Clearing flags on attachment: 202149

Committed r150311: <http://trac.webkit.org/changeset/150311>
Comment 5 WebKit Commit Bot 2013-05-17 17:15:51 PDT
All reviewed patches have been landed.  Closing bug.