Bug 129108 - Dynamically generated JSExport protocols added to a class results in a crash
Summary: Dynamically generated JSExport protocols added to a class results in a crash
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 10:07 PST by Mark Hahnenberg
Modified: 2014-02-20 11:34 PST (History)
1 user (show)

See Also:


Attachments
Patch (3.94 KB, patch)
2014-02-20 10:10 PST, Mark Hahnenberg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-02-20 10:07:52 PST
We're not getting any information from the runtime about the types of the methods on these protocols because they didn't exist at compile time. We should handle this gracefully.
Comment 1 Mark Hahnenberg 2014-02-20 10:08:16 PST
<rdar://problem/15184814>
Comment 2 Mark Hahnenberg 2014-02-20 10:10:32 PST
Created attachment 224767 [details]
Patch
Comment 3 WebKit Commit Bot 2014-02-20 11:34:47 PST
Comment on attachment 224767 [details]
Patch

Clearing flags on attachment: 224767

Committed r164439: <http://trac.webkit.org/changeset/164439>
Comment 4 WebKit Commit Bot 2014-02-20 11:34:48 PST
All reviewed patches have been landed.  Closing bug.