Bug 69623 - Web Inspector: make ScriptsPanel compile
Summary: Web Inspector: make ScriptsPanel compile
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 Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 06:40 PDT by Pavel Feldman
Modified: 2011-10-07 06:54 PDT (History)
10 users (show)

See Also:


Attachments
Patch (36.13 KB, patch)
2011-10-07 06:43 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2011-10-07 06:40:30 PDT
Patch to follow.
Comment 1 Pavel Feldman 2011-10-07 06:43:12 PDT
Created attachment 110136 [details]
Patch
Comment 2 Yury Semikhatsky 2011-10-07 06:50:04 PDT
Comment on attachment 110136 [details]
Patch

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

> Source/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js:-112
> -    WebInspector.ObjectPropertiesSection.call(this);

There may be some indirect dependencies on the order of these two lines, please make sure you didn't break watches pane.
Comment 3 Pavel Feldman 2011-10-07 06:54:53 PDT
Committed r96932: <http://trac.webkit.org/changeset/96932>