Bug 115276 - WebCore ObjC bridge is missing support for bool type
Summary: WebCore ObjC bridge is missing support for bool type
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-26 14:11 PDT by Michael Saboff
Modified: 2013-04-26 15:20 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.36 KB, patch)
2013-04-26 14:16 PDT, Michael Saboff
ggaren: review+
ggaren: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>