Bug 110329 - Web Inspector: fix for frontend closure compile errors.
Summary: Web Inspector: fix for frontend closure compile errors.
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: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-20 04:58 PST by Ilya Tikhonovsky
Modified: 2013-02-20 05:42 PST (History)
8 users (show)

See Also:


Attachments
Patch (3.59 KB, patch)
2013-02-20 05:01 PST, Ilya Tikhonovsky
vsevik: review+
vsevik: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2013-02-20 04:58:48 PST
EOM
Comment 1 Ilya Tikhonovsky 2013-02-20 05:01:54 PST
Created attachment 189288 [details]
Patch
Comment 2 Vsevolod Vlasov 2013-02-20 05:05:13 PST
Comment on attachment 189288 [details]
Patch

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

> Source/WebCore/inspector/front-end/NativeMemorySnapshotView.js:273
> +            var metaInformation = /** @type{HeapSnapshotMetainfo} */graphMetaInformation;

/** @type {HeapSnapshotMetainfo} */ (graphMetaInformation);
Comment 3 Ilya Tikhonovsky 2013-02-20 05:42:10 PST
Committed r143455: <http://trac.webkit.org/changeset/143455>