[Webkit-unassigned] [Bug 31955] postMessage should serialize File objects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 28 19:03:25 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31955
Sam Weinig <sam at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #43986|review? |review+
Flag| |
--- Comment #2 from Sam Weinig <sam at webkit.org> 2009-11-28 19:03:25 PST ---
(From update of attachment 43986)
> 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
--
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