[webkit-reviews] review granted: [Bug 65838] Implement temporal dimension portion of Media Fragments URI specification for video/audio : [Attachment 121180] Updated patch, one more time.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 5 11:17:57 PST 2012


Sam Weinig <sam at webkit.org> has granted Eric Carlson <eric.carlson at apple.com>'s
request for review:
Bug 65838: Implement temporal dimension portion of Media Fragments URI
specification for video/audio
https://bugs.webkit.org/show_bug.cgi?id=65838

Attachment 121180: Updated patch, one more time.
https://bugs.webkit.org/attachment.cgi?id=121180&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=121180&action=review


> Source/WebCore/html/MediaFragmentURIParser.h:45
> +    static MediaFragmentURIParser create(const KURL& url)
> +    {
> +	   return MediaFragmentURIParser(url);
> +    }

You don't need this create function, you can just make the constructor public.


More information about the webkit-reviews mailing list