* 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.
<rdar://problem/19296999>
Created attachment 243504 [details] [PATCH] Proposed Fix
Comment on attachment 243504 [details] [PATCH] Proposed Fix Clearing flags on attachment: 243504 Committed r177518: <http://trac.webkit.org/changeset/177518>
All reviewed patches have been landed. Closing bug.