[Webkit-unassigned] [Bug 71968] Implement URL API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 00:22:16 PST 2011


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





--- Comment #33 from Kaustubh Atrawalkar <kaustubh at motorola.com>  2011-12-02 00:22:15 PST ---
(In reply to comment #32)
> (From update of attachment 116565 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=116565&action=review
> 
> > Source/WebCore/html/DOMURL.idl:60
> > +        [Conditional=BLOB] [ConvertNullStringTo=Undefined] static DOMString createObjectURL(in Blob blob);
> > +        [Conditional=BLOB] static void revokeObjectURL(in DOMString url);
> 
> I landed the support for static.
> 
> The static keyword needs to come before the extended attributes.
> 
> static [Conditional=BLOB, ConvertNullStringTo=Undefined] DOMString createObjectURL(in Blob blob);
> static [Conditional=BLOB] void revokeObjectURL(in DOMString url);

Its not working somehow. I get compilation errors for DerievedSources as the conversion becomes like this - 

static #ifdef BLOB createObjectURL(Blob* blob)

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