[Webkit-unassigned] [Bug 66878] HTMLAudioElement can be garbage collected while it playing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 11:24:24 PDT 2011


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





--- Comment #15 from Eugene Nalimov <enal at google.com>  2011-10-06 11:24:24 PST ---
CodeGeneratorJS does not have "bad" caller, GetDomMapFunction(). It is
called when generating ${attrName}AttrGetter() -- actually,
CodeGeneratorJS does not generate ${attrName}AttrGetter() at all.

There, GetDomMapFunction() is called with $returnType, which is return
type for getter. At this point we have type name only, not pointer to
all the type info...

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