Bug 68031 - Disable C++ exceptions when building with clang
Summary: Disable C++ exceptions when building with clang
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-13 14:37 PDT by Anders Carlsson
Modified: 2011-09-13 15:27 PDT (History)
1 user (show)

See Also:


Attachments
Patch (11.03 KB, patch)
2011-09-13 14:42 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (15.89 KB, patch)
2011-09-13 15:02 PDT, Anders Carlsson
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-09-13 14:37:43 PDT
Disable C++ exceptions when building with clang
Comment 1 Anders Carlsson 2011-09-13 14:42:13 PDT
Created attachment 107232 [details]
Patch
Comment 2 Darin Adler 2011-09-13 14:54:53 PDT
Comment on attachment 107232 [details]
Patch

Neat. Glad this was resolved.
Comment 3 Anders Carlsson 2011-09-13 15:02:13 PDT
Created attachment 107238 [details]
Patch
Comment 4 Anders Carlsson 2011-09-13 15:04:56 PDT
(In reply to comment #2)
> (From update of attachment 107232 [details])
> Neat. Glad this was resolved.

Dan helped me come up with a better fix.
Comment 5 Anders Carlsson 2011-09-13 15:27:52 PDT
Committed r95049: <http://trac.webkit.org/changeset/95049>