Bug 16043

Summary: Remove InspectorController.log now that console.log works
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Trivial    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch sam: review+

Description Timothy Hatcher 2007-11-18 14:44:32 PST
The InspectorController had a log function for when there was no working console in the engine. Now that console works in the Inspector, we can remove InspectorController.log and move to console. There are only two remaining places where InspectorController.log is used.
Comment 1 Timothy Hatcher 2007-11-18 14:46:39 PST
Created attachment 17370 [details]
Patch
Comment 2 Sam Weinig 2007-11-18 15:03:21 PST
Comment on attachment 17370 [details]
Patch

r=me
Comment 3 Timothy Hatcher 2007-11-18 15:04:43 PST
Landed in r27893. http://trac.webkit.org/projects/webkit/changeset/27893