RESOLVED FIXED 152413
Web Inspector: CSS warning's fake CallFrame is not creating a valid payload
https://bugs.webkit.org/show_bug.cgi?id=152413
Summary Web Inspector: CSS warning's fake CallFrame is not creating a valid payload
Joseph Pecoraro
Reported 2015-12-17 18:21:39 PST
* SUMMARY CSS warning's fake CallFrame is not creating a valid payload It tries to create a Console.CallFrame, but forgot the required "functionName" string. * STEPS TO REPRODUCE 1. Inspect the inspector => Exception InspectorBackend.js:375:26: CONSOLE ERROR Uncaught exception in inspector page while handling event Console.messageAdded TypeError: undefined is not an object (evaluating 'payload.functionName.endsWith')
Attachments
[PATCH] Proposed Fix (1.65 KB, patch)
2015-12-17 18:23 PST, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-12-17 18:23:24 PST
Created attachment 267600 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 2 2015-12-17 20:15:07 PST
Comment on attachment 267600 [details] [PATCH] Proposed Fix Clearing flags on attachment: 267600 Committed r194258: <http://trac.webkit.org/changeset/194258>
WebKit Commit Bot
Comment 3 2015-12-17 20:15:12 PST
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.