Web Inspector works fine if launched from a context menu. But if it is launched in any other way it crashes.
Created attachment 26121 [details] When Web Inspector is launched without an associated node, call show() instead of inspect().
Comment on attachment 26121 [details] When Web Inspector is launched without an associated node, call show() instead of inspect(). Good catch! > + if (d->hitTestResult.d) We can probably use isNull() instead of d directly here. I'll land it with that change. Thanks!
Landed in r39394, added commit message from comment #1 to changelog.