Bug 66304 - Web Inspector: convert DOM breakpoint types to strings.
Summary: Web Inspector: convert DOM breakpoint types to strings.
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-08-16 08:08 PDT by Pavel Feldman
Modified: 2011-08-16 10:27 PDT (History)
10 users (show)

See Also:


Attachments
Patch (9.40 KB, patch)
2011-08-16 08:45 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-08-16 08:08:02 PDT
Patch to follow.
Comment 1 Pavel Feldman 2011-08-16 08:45:13 PDT
Created attachment 104051 [details]
Patch
Comment 2 Yury Semikhatsky 2011-08-16 09:28:29 PDT
Comment on attachment 104051 [details]
Patch

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

> Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp:196
> +    case SubtreeModified: return "subtree-modified";

style: wrong indentation
Comment 3 Pavel Feldman 2011-08-16 10:27:39 PDT
Committed r93125: <http://trac.webkit.org/changeset/93125>