Bug 69334 - Web Inspector: make DataGrid compile
Summary: Web Inspector: make DataGrid 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-04 05:39 PDT by Pavel Feldman
Modified: 2011-10-04 07:22 PDT (History)
11 users (show)

See Also:


Attachments
Patch (24.27 KB, patch)
2011-10-04 05:42 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff
[Patch] review comments addressed. (24.29 KB, patch)
2011-10-04 07: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-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>