Bug 123930

Summary: Move allowed classes handling to decodeObject
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Anders Carlsson
Reported 2013-11-06 14:47:46 PST
Move allowed classes handling to decodeObject
Attachments
Patch (3.58 KB, patch)
2013-11-06 14:51 PST, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2013-11-06 14:51:46 PST
Andreas Kling
Comment 2 2013-11-06 14:56:22 PST
Comment on attachment 216227 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=216227&action=review r=me > Source/WebKit2/Shared/API/Cocoa/WKRemoteObjectCoder.mm:453 > + if (!allowedClasses) > + allowedClasses = decoder->_allowedClasses; Not a fan of overwriting arguments like this. I like your IRC version better.
Anders Carlsson
Comment 3 2013-11-06 15:02:44 PST
Note You need to log in before you can comment on or make changes to this bug.