RESOLVED FIXED 148601
Web Inspector: Resource.prototype.associateWithScript assertions firing
https://bugs.webkit.org/show_bug.cgi?id=148601
Summary Web Inspector: Resource.prototype.associateWithScript assertions firing
Joseph Pecoraro
Reported 2015-08-28 18:15:09 PDT
* SUMMARY Resource.prototype.associateWithScript assertions firing. * STEPS TO REPRODUCE 1. Inspect <http://code.tutsplus.com/tutorials/say-hello-to-webkit-filters--net-23318> 2. Inspect inspector 3. Reload => lots of asserts * NOTES This assert is firing quite a bit: console.assert(this._type !=== Other); I recently added it when dropping iOS 6 support since there was an iOS 6 compatibility comment. Seems it is not just for iOS 6 support. Lets restore the old handling here.
Attachments
[PATCH] Proposed Fix (1.64 KB, patch)
2015-08-28 18:16 PDT, Joseph Pecoraro
no flags
[PATCH] Proposed Fix (1.68 KB, patch)
2015-08-28 19:15 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-08-28 18:16:18 PDT
Created attachment 260199 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 2 2015-08-28 19:15:09 PDT
Created attachment 260202 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 2015-08-28 20:30:50 PDT
Comment on attachment 260202 [details] [PATCH] Proposed Fix Clearing flags on attachment: 260202 Committed r189141: <http://trac.webkit.org/changeset/189141>
WebKit Commit Bot
Comment 4 2015-08-28 20:30:54 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.