Summary: | [V8] HTMLAudio, HTMLImageElement, and HTMLOptionElement are constructable. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Dimitri Glazkov (Google) <dglazkov> | ||||||||
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | ||||||||||
Priority: | P2 | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | Other | ||||||||||
OS: | OS X 10.5 | ||||||||||
Attachments: |
|
Comment on attachment 40406 [details]
Patch v1
Missing bug URL :)
Created attachment 40407 [details]
Make things less constructable, v2.
Comment on attachment 40407 [details]
Make things less constructable, v2.
Real thing coming up.
Created attachment 40408 [details]
Make things less constructable, v3.
Landed as http://trac.webkit.org/changeset/48955. |
Created attachment 40406 [details] Patch v1 Due to my refactoring earlier this year, I accidentally made HTML(Audio|Image|Op tion)Element properties constructable. This patch mimics JSC's behavior and crea tes a distinction between them and just plain window.Audio, Image, and Option.[A[B