Remove preference support for picking the old Web Inspector.
Created attachment 213995 [details] Patch
<rdar://problem/15208571>
Comment on attachment 213995 [details] Patch This will break the nightlies since WKPreferencesSetInspectorUsesWebKitUserInterface is being removed. Will need a stub.
Created attachment 214025 [details] Patch
Comment on attachment 214025 [details] Patch Clearing flags on attachment: 214025 Committed r157323: <http://trac.webkit.org/changeset/157323>
All reviewed patches have been landed. Closing bug.
Looks like this needs to be done for Windows as well: if (!htmlURLRef) htmlURLRef = adoptCF(CFBundleCopyResourceURL(webKitBundle(), CFSTR("inspector"), CFSTR("html"), CFSTR("inspector"))); I'll file a follow-up.