[Webkit-unassigned] [Bug 72625] New: [WK2] Fix TransformOperation serialization

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 09:49:03 PST 2011


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

           Summary: [WK2] Fix TransformOperation serialization
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: igor.oliveira at webkit.org


TransformOperation subclasses are being serialized using SimpleArgumentCoder. However, SimpleArgumentCoder uses memcpy to decode the data, so the objects serialized by it needs to be a POD(Plain Old Data) type and TransformOperation subclasses are not because the base class has pure virtual methods.

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