Bug 73007 - Web Inspector: [Extensions API] avoid exception in initExtensions() if elements panel is not present
Summary: Web Inspector: [Extensions API] avoid exception in initExtensions() if elemen...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-23 00:15 PST by Andrey Kosyakov
Modified: 2011-11-23 18:23 PST (History)
10 users (show)

See Also:


Attachments
Patch (2.11 KB, patch)
2011-11-23 00:23 PST, Andrey Kosyakov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2011-11-23 00:15:38 PST
Worker inspectors do not have Elements panel, so we should check if it's present before accessing it.
Comment 1 Andrey Kosyakov 2011-11-23 00:23:43 PST
Created attachment 116325 [details]
Patch
Comment 2 Andrey Kosyakov 2011-11-23 08:32:59 PST
Committed r101047: <http://trac.webkit.org/changeset/101047>
Comment 3 Timothy Hatcher 2011-11-23 18:23:11 PST
Why do workers get their own Inspector?