[Webkit-unassigned] [Bug 73899] [V8] Multiple VMs: refactor SerializedScriptValue.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 12:20:00 PST 2011


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2011-12-06 12:20:00 PST ---
(From update of attachment 118014)
View in context: https://bugs.webkit.org/attachment.cgi?id=118014&action=review

> Source/WebCore/bindings/v8/SerializedScriptValue.cpp:1437
> +    bool readImageData(ScriptValueDeserializer& deserializer)

I cant think of any time in WebKit that we pass around a non-pod object by reference.  I guess RefPtr<>, but that's a template.  Although I suspect the compiler might do the right thing with virtual disapatch, since & isn't that different from *, I doubt this is kosher.

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