[Webkit-unassigned] [Bug 79222] [chromium] createObjectURL(Blob) throws 'Illegal invocation' error when MEDIA_STREAM is disabled.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 09:55:54 PST 2012


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





--- Comment #12 from Erik Arvidsson <arv at chromium.org>  2012-02-24 09:55:54 PST ---
(In reply to comment #11)
> (In reply to comment #9)
> > I think we have bugs related to overloaded static methods.
> 
> I just tested createBlobURL after removing the other definition in DOMURL.idl:
> 
> #if defined(ENABLE_MEDIA_STREAM) && ENABLE_MEDIA_STREAM
>         static [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Undefined] DOMString createObjectURL(in MediaStream stream);
> #endif
> 
> So there is only one static createBlobURL now. However, I still got illegal invocation error... So maybe it's not related to overloaded methods, just related to static methods. But weirdly, revokeObjectURL is also static method.

Do you have a test? This passes on the LayoutTests so maybe you are doing something strange.

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