Bug 69527 - Web Inspector: extract DOMPresentation, make EventListenersSidebar compile
Summary: Web Inspector: extract DOMPresentation, make EventListenersSidebar 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-06 08:05 PDT by Pavel Feldman
Modified: 2011-10-06 09:21 PDT (History)
10 users (show)

See Also:


Attachments
Patch (24.56 KB, patch)
2011-10-06 08:11 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-06 08:05:37 PDT
Patch to follow.
Comment 1 Pavel Feldman 2011-10-06 08:11:42 PDT
Created attachment 109961 [details]
Patch
Comment 2 Yury Semikhatsky 2011-10-06 08:58:33 PDT
Comment on attachment 109961 [details]
Patch

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

> Source/WebCore/inspector/front-end/DOMPresentation.js:32
> +WebInspector.DOMPresentation = {}

I'd rather call it DOMPresentationUtils
Comment 3 Pavel Feldman 2011-10-06 09:21:20 PDT
Committed r96816: <http://trac.webkit.org/changeset/96816>