[Webkit-unassigned] [Bug 103422] Optional second argument to TrackEvent constructor is not respected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 10:13:31 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103422





--- Comment #3 from Eric Carlson <eric.carlson at apple.com>  2012-11-27 10:15:44 PST ---
The Opera test fails because we only allow a valid Track object as the 'track' property, see  JSDictionary::convertValue(ExecState*, JSValue, RefPtr<TrackBase>&). 

track-event-constructor.html tests that non-track objects are not allowed in the initializer. If this is not the right thing to do we probably have the same problem with other event types that take an initializer.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list