Bug 130147 - Web Inspector receives spurious setScriptEnabled instrumentation calls
Summary: Web Inspector receives spurious setScriptEnabled instrumentation calls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: BJ Burg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 11:35 PDT by BJ Burg
Modified: 2014-03-12 13:43 PDT (History)
1 user (show)

See Also:


Attachments
the patch (1.69 KB, patch)
2014-03-12 11:46 PDT, BJ Burg
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2014-03-12 11:35:13 PDT
It appears that an early return is missing. Or rather, it exists, but is guarded by PLATFORM(IOS) for no apparent reason.
Comment 1 BJ Burg 2014-03-12 11:46:37 PDT
Created attachment 226540 [details]
the patch
Comment 2 BJ Burg 2014-03-12 13:42:57 PDT
Committed r165496: <http://trac.webkit.org/changeset/165496>