Bug 80830 - Web Inspector: DebuggerModel.Location should have scriptId property.
Summary: Web Inspector: DebuggerModel.Location should have scriptId property.
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: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-12 05:09 PDT by Pavel Podivilov
Modified: 2012-03-12 09:06 PDT (History)
10 users (show)

See Also:


Attachments
Patch (31.29 KB, patch)
2012-03-12 05:24 PDT, Pavel Podivilov
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2012-03-12 05:09:19 PDT
Web Inspector: DebuggerModel.Location should have scriptId property.
Comment 1 Pavel Podivilov 2012-03-12 05:24:45 PDT
Created attachment 131317 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-03-12 06:07:33 PDT
Comment on attachment 131317 [details]
Patch

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

> LayoutTests/inspector/debugger/raw-source-code.html:78
> +        //InspectorTest.assertEquals(script.scriptId, location.scriptId);

Please uncomment this line.

> LayoutTests/inspector/debugger/raw-source-code.html:80
> +        //InspectorTest.assertEquals(columnNumber, location.columnNumber);

ditto
Comment 3 Pavel Podivilov 2012-03-12 09:06:37 PDT
Committed r110434: <http://trac.webkit.org/changeset/110434>