Bug 90898 - Remove catchesDelegateExceptions from WebViewData and related accessor methods
Summary: Remove catchesDelegateExceptions from WebViewData and related accessor methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Pratik Solanki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-10 11:21 PDT by Pratik Solanki
Modified: 2012-07-25 16:17 PDT (History)
1 user (show)

See Also:


Attachments
Patch (23.17 KB, patch)
2012-07-10 15:05 PDT, Pratik Solanki
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Solanki 2012-07-10 11:21:26 PDT
catchesDelegateExceptions ivar in WebViewData is always set to YES. We don't have any client calling [WebView _setCatchesDelegateExceptions] with NO as the argument. We should just remove the flag and update code to always catch exceptions.
Comment 1 Pratik Solanki 2012-07-10 15:05:30 PDT
Created attachment 151536 [details]
Patch
Comment 2 Pratik Solanki 2012-07-25 16:17:16 PDT
Committed r123674: <http://trac.webkit.org/changeset/123674>