[webkit-reviews] review granted: [Bug 31955] postMessage should serialize File objects : [Attachment 43986] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 28 19:03:24 PST 2009


Sam Weinig <sam at webkit.org> has granted Oliver Hunt <oliver at apple.com>'s
request for review:
Bug 31955: postMessage should serialize File objects
https://bugs.webkit.org/show_bug.cgi?id=31955

Attachment 43986: Patch
https://bugs.webkit.org/attachment.cgi?id=43986&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
>	   SerializedType type() const { return m_type; }
> @@ -77,6 +79,8 @@ namespace WebCore {
>	       , m_string(string.crossThreadString()) // FIXME: Should be able
to just share the Rep
>	   {
>	   }
> +	   
> +	   explicit SerializedScriptValueData(const File* file);

The parameter name is not necessary here.

r=me


More information about the webkit-reviews mailing list