Bug 151046 - Web Inspector: Uncaught exception creating TimelineRecord alternate subtitles
Summary: Web Inspector: Uncaught exception creating TimelineRecord alternate subtitles
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-11-09 12:28 PST by Joseph Pecoraro
Modified: 2015-11-16 10:44 PST (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.88 KB, patch)
2015-11-09 12:30 PST, Joseph Pecoraro
bburg: review+
bburg: commit-queue-
Details | Formatted Diff | Diff
[PATCH] For Landing (1.88 KB, patch)
2015-11-09 15:33 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-11-09 12:28:55 PST
* SUMMARY
Uncaught expiation creating TimelineRecord alternate subtitles.

* EXCEPTION
TimelineRecordTreeElement.js:97:49: CONSOLE ERROR TypeError: null is not an object (evaluating 'subtitle.appendChild')
Comment 1 Joseph Pecoraro 2015-11-09 12:30:40 PST
Created attachment 265079 [details]
[PATCH] Proposed Fix
Comment 2 BJ Burg 2015-11-09 13:04:36 PST
Comment on attachment 265079 [details]
[PATCH] Proposed Fix

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

r=me

> Source/WebInspectorUI/ChangeLog:3
> +        Web Inspector: Uncaught expiation creating TimelineRecord alternate subtitles

Please amend the bug title in changelog.
Comment 3 Joseph Pecoraro 2015-11-09 15:33:10 PST
Created attachment 265106 [details]
[PATCH] For Landing
Comment 4 WebKit Commit Bot 2015-11-09 16:30:28 PST
Comment on attachment 265106 [details]
[PATCH] For Landing

Clearing flags on attachment: 265106

Committed r192188: <http://trac.webkit.org/changeset/192188>