Bug 161258

Summary: [Cocoa] Infinite recursion calling -charValue on a WKNSNumber
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Override -charValue, not -boolValue
none
Override -charValue, not -boolValue andersca: review+

Description mitz 2016-08-26 12:28:31 PDT
Implemented the wrong primitive method. Patch forthcoming.
Comment 1 mitz 2016-08-26 12:31:28 PDT
Created attachment 287130 [details]
Override -charValue, not -boolValue
Comment 2 mitz 2016-08-26 12:36:13 PDT
Created attachment 287132 [details]
Override -charValue, not -boolValue
Comment 3 mitz 2016-08-26 13:35:52 PDT
Fixed in <https://trac.webkit.org/r205036>.