[Webkit-unassigned] [Bug 113965] Add interfaces and stubs for audio and video tracks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 17 16:31:17 PDT 2013


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





--- Comment #91 from Brendan Long <b.long at cablelabs.com>  2013-04-17 16:29:31 PST ---
If I switch to GenerateIsReachable, I get these errors:

generated/JSAudioTrack.cpp: In member function 'virtual bool WebCore::JSAudioTrackOwner::isReachableFromOpaqueRoots(JSC::Handle<JSC::Unknown>, void*, JSC::SlotVisitor&)':
generated/JSAudioTrack.cpp:233:18: error: 'root' is not a member of 'WebCore'
generated/JSVideoTrack.cpp: In member function 'virtual bool WebCore::JSVideoTrackOwner::isReachableFromOpaqueRoots(JSC::Handle<JSC::Unknown>, void*, JSC::SlotVisitor&)':
generated/JSVideoTrack.cpp:233:18: error: 'root' is not a member of 'WebCore'

Even though root(AudioTrack*) and root(VideoTrack*) are unchanged and still in JS*TrackCustom.h

-- 
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