RESOLVED FIXED Bug 170189
Web Inspector: Unable to Format JSON Request Data
https://bugs.webkit.org/show_bug.cgi?id=170189
Summary Web Inspector: Unable to Format JSON Request Data
Joseph Pecoraro
Reported 2017-03-28 11:41:52 PDT
Summary: Unable to Format JSON Request Data Exception: null is not an object (evaluating 'this._delegate.textEditorScriptSourceType')​ (at TextEditor.js:​842:​40)​ _startWorkerPrettyPrint @ TextEditor.js:​842:​40 ?​ @ TextEditor.js:​825:​45 initializePromise @ [native code]​ Promise @ [native code]​ prettyPrint @ TextEditor.js:​816:​27 _format @ TextEditor.js:​796:​51 updateFormattedState @ TextEditor.js:​180:​28 _togglePrettyPrint @ TextContentView.js:​160:​46 dispatch @ Object.js:​170:​30 dispatchEventToListeners @ Object.js:​177:​17 _mouseClicked @ ButtonNavigationItem.js:​131:​38 _mouseClicked @ [native code]​ Notes: - Seems we are just trying to determine if this is a Script or a Module. We can assume a script if we don't have a delegate.
Attachments
[PATCH] Proposed Fix (1.93 KB, patch)
2017-03-28 11:45 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2017-03-28 11:45:50 PDT
Created attachment 305617 [details] [PATCH] Proposed Fix
Matt Baker
Comment 2 2017-03-28 11:48:51 PDT
Comment on attachment 305617 [details] [PATCH] Proposed Fix r=me
WebKit Commit Bot
Comment 3 2017-03-28 12:21:03 PDT
Comment on attachment 305617 [details] [PATCH] Proposed Fix Clearing flags on attachment: 305617 Committed r214487: <http://trac.webkit.org/changeset/214487>
WebKit Commit Bot
Comment 4 2017-03-28 12:21:07 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.