Web Inspector: inspector should start in attached state by default
Created attachment 80180 [details] Patch
Comment on attachment 80180 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=80180&action=review > Source/WebKit/cf/WebCoreSupport/WebInspectorClientCF.cpp:114 > return value == "true"; Nit: could be value != "false".
Committed r76684: <http://trac.webkit.org/changeset/76684>