Bug 133355 - [Cocoa] Crash when trying to decode an instance of a class inheriting from WKObject
Summary: [Cocoa] Crash when trying to decode an instance of a class inheriting from WK...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-28 13:20 PDT by mitz
Modified: 2014-05-28 13:27 PDT (History)
0 users

See Also:


Attachments
Forward -classForCoder and -classForKeyedArchiver to the target object (1.40 KB, patch)
2014-05-28 13:22 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-05-28 13:20:32 PDT
[Cocoa] Crash when trying to decode an instance of a class inheriting from WKObject
Comment 1 mitz 2014-05-28 13:22:14 PDT
Created attachment 232210 [details]
Forward -classForCoder and -classForKeyedArchiver to the target object
Comment 2 mitz 2014-05-28 13:27:06 PDT
Fixed in <http://trac.webkit.org/r169432>.