Begin working on a UserData class intended to replace UserMessageCoders
Created attachment 218809 [details] Patch
Comment on attachment 218809 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=218809&action=review > Source/WebKit2/Shared/APIFrameHandle.h:36 > + static PassRefPtr<FrameHandle> create(uint64_t frameID); You said that RefPtr would be fine here. > Source/WebKit2/Shared/APIPageHandle.h:36 > + static PassRefPtr<PageHandle> create(uint64_t pageID); RefPtr here please. > Source/WebKit2/Shared/UserData.cpp:60 > + encoder.encodeEnum(API::Object::Type::Null); You don't deal with decoding this.
Committed r160341: <http://trac.webkit.org/changeset/160341>