WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
147025
Web Inspector: REGRESSION (
r186218
) ScriptTimelineRecord attempts to access null property
https://bugs.webkit.org/show_bug.cgi?id=147025
Summary
Web Inspector: REGRESSION (r186218) ScriptTimelineRecord attempts to access n...
Matt Baker
Reported
2015-07-16 18:39:17 PDT
* SUMMARY ScriptTimelineRecord attempts to access null property. * STEPS TO REPRODUCE 1. Create a new timeline recording, one which includes script calls (Reloading daringfireball.net is sufficient) 2. Select the JavaScript & Events timeline 3. Select the Rendering Frames view => ScriptTimelineRecord:107: nodePayload has a property "calls", but it's null. * NOTES When the exception is thrown the nodePayload appears to be a ProfileNode rather than payload data. This explains why it has a "calls" property, however I'm not sure why we have a ProfileNode here, rather than payload data.
Attachments
[PATCH] Proposed Fix
(2.91 KB, patch)
2015-07-16 19:35 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-07-16 18:39:50 PDT
<
rdar://problem/21868062
>
Joseph Pecoraro
Comment 2
2015-07-16 19:35:46 PDT
Created
attachment 256950
[details]
[PATCH] Proposed Fix
WebKit Commit Bot
Comment 3
2015-07-16 21:00:36 PDT
Comment on
attachment 256950
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 256950 Committed
r186926
: <
http://trac.webkit.org/changeset/186926
>
WebKit Commit Bot
Comment 4
2015-07-16 21:00:40 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug