Bug 161258 - [Cocoa] Infinite recursion calling -charValue on a WKNSNumber
Summary: [Cocoa] Infinite recursion calling -charValue on a WKNSNumber
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 12:28 PDT by mitz
Modified: 2016-08-26 13:35 PDT (History)
1 user (show)

See Also:


Attachments
Override -charValue, not -boolValue (2.45 KB, patch)
2016-08-26 12:31 PDT, mitz
no flags Details | Formatted Diff | Diff
Override -charValue, not -boolValue (2.39 KB, patch)
2016-08-26 12:36 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 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>.