Bug 64853 - Web Inspector: don't send Console.enable messages in case of workers
Summary: Web Inspector: don't send Console.enable messages in case of workers
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: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-20 01:34 PDT by Yury Semikhatsky
Modified: 2011-07-20 02:00 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2011-07-20 01:37 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2011-07-20 01:34:50 PDT
Since there is no console agent for workers yet, there is no point in sending this command but for getting error reply.
Comment 1 Yury Semikhatsky 2011-07-20 01:37:12 PDT
Created attachment 101437 [details]
Patch
Comment 2 Yury Semikhatsky 2011-07-20 02:00:41 PDT
Committed r91348: <http://trac.webkit.org/changeset/91348>