Bug 95350 - Web Inspector: Minor ResourceScriptMapping polish.
Summary: Web Inspector: Minor ResourceScriptMapping polish.
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: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-29 09:08 PDT by Vsevolod Vlasov
Modified: 2012-08-29 09:17 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.91 KB, patch)
2012-08-29 09:10 PDT, Vsevolod Vlasov
apavlov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-08-29 09:08:19 PDT
- Add some compiler annotations.
 - ResourceScriptMApping is no longer a UISourceCodeProvider, remove unused methods and obsolete compiler annotations.
Comment 1 Vsevolod Vlasov 2012-08-29 09:10:20 PDT
Created attachment 161244 [details]
Patch
Comment 2 Alexander Pavlov (apavlov) 2012-08-29 09:14:46 PDT
Comment on attachment 161244 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=161244&action=review

> Source/WebCore/ChangeLog:9
> +        ResourceScriptMApping is no longer a UISourceCodeProvider, removed unused methods and obsolete compiler annotations.

..MApping -> ..Mapping :)
Comment 3 Vsevolod Vlasov 2012-08-29 09:17:39 PDT
Committed r127005: <http://trac.webkit.org/changeset/127005>