Bug 69334

Summary: Web Inspector: make DataGrid compile
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
none
[Patch] review comments addressed. yurys: review+

Description Pavel Feldman 2011-10-04 05:39:19 PDT
Patch to follow.
Comment 1 Pavel Feldman 2011-10-04 05:42:32 PDT
Created attachment 109611 [details]
Patch
Comment 2 Yury Semikhatsky 2011-10-04 07:09:58 PDT
Comment on attachment 109611 [details]
Patch

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

> Source/WebCore/inspector/front-end/DataGrid.js:218
> +        var context = element.textContent;

Remove these lines?
Comment 3 Pavel Feldman 2011-10-04 07:11:57 PDT
Created attachment 109618 [details]
[Patch] review comments addressed.
Comment 4 Pavel Feldman 2011-10-04 07:22:34 PDT
Committed r96591: <http://trac.webkit.org/changeset/96591>