Summary: | Move MediaStream-related APIs from DOMURL.idl to DOMURLMediaStream.idl | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Kentaro Hara <haraken> | ||||
Component: | WebCore Misc. | Assignee: | Kentaro Hara <haraken> | ||||
Status: | RESOLVED WONTFIX | ||||||
Severity: | Normal | CC: | abarth, commit-queue, eric, ojan | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 79327 | ||||||
Attachments: |
|
Description
Kentaro Hara
2012-02-24 05:05:17 PST
Created attachment 128714 [details]
Patch
Comment on attachment 128714 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=128714&action=review > Source/WebCore/html/DOMURL.idl:35 > -#if defined(ENABLE_MEDIA_STREAM) && ENABLE_MEDIA_STREAM > - static [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Undefined] DOMString createObjectURL(in MediaStream stream); > -#endif > static [CallWith=ScriptExecutionContext,TreatReturnedNullStringAs=Undefined] DOMString createObjectURL(in Blob blob); Hum... Let's hold off on this one for a bit. It's unfortunate to split up the two overloads of createObjectURL... (In reply to comment #2) > Hum... Let's hold off on this one for a bit. It's unfortunate to split up the two overloads of createObjectURL... Makes sense. |