Bug 69327

Summary: Web Inspector: remove dependency from GoToLine dialog from Panel.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Pavel Feldman 2011-10-04 01:53:52 PDT
Patch to follow.
Comment 1 Pavel Feldman 2011-10-04 02:09:23 PDT
Created attachment 109597 [details]
Patch
Comment 2 Yury Semikhatsky 2011-10-04 02:14:16 PDT
Comment on attachment 109597 [details]
Patch

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

> Source/WebCore/inspector/front-end/GoToLineDialog.js:84
> +    if (!sourceView || !sourceView.canHighlightLine())

!sourceView check is redundant, please remove.
Comment 3 Pavel Feldman 2011-10-04 02:16:18 PDT
Committed r96577: <http://trac.webkit.org/changeset/96577>