Bug 115276

Summary: WebCore ObjC bridge is missing support for bool type
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: WebCore Misc.Assignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch ggaren: review+, ggaren: commit-queue+

Description Michael Saboff 2013-04-26 14:11:29 PDT
The ObjC bridge doesn't handle boolean arguments or return types.
Comment 1 Michael Saboff 2013-04-26 14:16:45 PDT
Created attachment 199859 [details]
Patch
Comment 2 Geoffrey Garen 2013-04-26 14:27:58 PDT
Comment on attachment 199859 [details]
Patch

r=me

rs=me to change the ASSERT to RELEASE_ASSERT, as we discussed.
Comment 3 Michael Saboff 2013-04-26 15:20:02 PDT
Committed r149216: <http://trac.webkit.org/changeset/149216>