[webkit-reviews] review granted: [Bug 80994] Web Inspector: add didCancelFrame timeline event : [Attachment 131813] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 02:36:44 PDT 2012


Pavel Feldman <pfeldman at chromium.org> has granted Andrey Kosyakov
<caseq at chromium.org>'s request for review:
Bug 80994: Web Inspector: add didCancelFrame timeline event
https://bugs.webkit.org/show_bug.cgi?id=80994

Attachment 131813: Patch
https://bugs.webkit.org/attachment.cgi?id=131813&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=131813&action=review


> Source/WebCore/inspector/InspectorTimelineAgent.cpp:459
> +    m_recordStack.append(TimelineRecordEntry(record.release(), data,
InspectorArray::create(), type, true));

I'd be great if we could make this children array nullable.


More information about the webkit-reviews mailing list