Bug 190276 - Web Inspector: REGRESSION(r236783): Uncaught Exception: Can't find variable: sourceMapURL
Summary: Web Inspector: REGRESSION(r236783): Uncaught Exception: Can't find variable: ...
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: Devin Rousso
URL: https://www.theverge.com/
Keywords: InRadar
Depends on: 190224
Blocks:
  Show dependency treegraph
 
Reported: 2018-10-03 22:53 PDT by Devin Rousso
Modified: 2018-10-04 13:19 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2018-10-03 22:54 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2018-10-03 22:53:20 PDT
-------
Inspected URL:        https://www.theverge.com/
Loading completed:    true
Frontend User Agent:  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.15 (KHTML, like Gecko)
Dispatch Source:      Protocol Command Response

Protocol Command Response:
{"result":{"content":"","mimeType":"#<mime::nulltype:0x00000000039d7508>","status":404},"id":35}

Protocol Command Request:
{"id":35,"method":"Network.loadResource","params":{"frameId":"0.1","url":"https://www.theverge.com/style/community/372/group/51/df877aa493c96a3af3471efd80686c65/chorus-6a4edd9e8527145dae4a88c67c3bc9d7.css.map"}}

Uncaught Exceptions:
 - Can't find variable: sourceMapURL (at NetworkManager.js:869:56)
    _sourceMapLoadAndParseFailed @ NetworkManager.js:869:56
    sourceMapLoaded @ NetworkManager.js:821:50
    _dispatchResponseToCallback @ Connection.js:146:27
    _dispatchResponse @ Connection.js:116:45
    dispatch @ Connection.js:69:35
    dispatch @ InspectorBackend.js:152:49
    dispatchNextQueuedMessageFromBackend @ MessageDispatcher.js:42:34

Additional Details:
    cause --> An uncaught exception was thrown while dispatching response callback for command Network.loadResource.
-------

* STEPS TO REPRODUCE
1. Go to <https://www.theverge.com>
2. Open the Resources tab
Comment 1 Devin Rousso 2018-10-03 22:54:59 PDT
Created attachment 351588 [details]
Patch
Comment 2 Joseph Pecoraro 2018-10-04 11:42:26 PDT
Comment on attachment 351588 [details]
Patch

lolwhat
Comment 3 WebKit Commit Bot 2018-10-04 13:03:58 PDT
Comment on attachment 351588 [details]
Patch

Clearing flags on attachment: 351588

Committed r236843: <https://trac.webkit.org/changeset/236843>
Comment 4 WebKit Commit Bot 2018-10-04 13:04:00 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-10-04 13:19:49 PDT
<rdar://problem/45019576>