RESOLVED FIXED Bug 139783
Web Inspector: ASSERT seen closing/opening multiple inspectors
https://bugs.webkit.org/show_bug.cgi?id=139783
Summary Web Inspector: ASSERT seen closing/opening multiple inspectors
Joseph Pecoraro
Reported 2014-12-18 11:21:28 PST
* SUMMARY I occasionally see this assert in Inspector code when opening/closing multiple inspectors repeatedly in Debug builds. Deprecated::ScriptValue InjectedScript::findObjectById(const String& objectId) const { ASSERT(!hasNoValue()); ... } We can safely avoid calling findObjectById if we have an empty InjectedScript.
Attachments
[PATCH] Proposed Fix (1.29 KB, patch)
2014-12-18 11:22 PST, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2014-12-18 11:22:06 PST
Joseph Pecoraro
Comment 2 2014-12-18 11:22:19 PST
Created attachment 243504 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 2014-12-18 12:45:24 PST
Comment on attachment 243504 [details] [PATCH] Proposed Fix Clearing flags on attachment: 243504 Committed r177518: <http://trac.webkit.org/changeset/177518>
WebKit Commit Bot
Comment 4 2014-12-18 12:45:28 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.