Attached patch fixes this problem
Created attachment 79149 [details] Fixed compilation when Inspector is disabled
Comment on attachment 79149 [details] Fixed compilation when Inspector is disabled Looks good.
Comment on attachment 79149 [details] Fixed compilation when Inspector is disabled Clearing flags on attachment: 79149 Committed r76017: <http://trac.webkit.org/changeset/76017>
All reviewed patches have been landed. Closing bug.
Comment on attachment 79149 [details] Fixed compilation when Inspector is disabled This patch is wrong, InspectorInstrumentation:: can be called with no guard. Please roll it out.
> This patch is wrong, InspectorInstrumentation:: can be called with no guard. Compilation fails without guard
(In reply to comment #6) > > This patch is wrong, InspectorInstrumentation:: can be called with no guard. > > Compilation fails without guard I can see Qt Linux minimal bots doing fine before this change and after I rolled it out in the r76018: http://build.webkit.org/builders/Qt%20Linux%20Release%20minimal/builds/16270.
(In reply to comment #7) > (In reply to comment #6) > > > This patch is wrong, InspectorInstrumentation:: can be called with no guard. > > > > Compilation fails without guard > > I can see Qt Linux minimal bots doing fine before this change and after I rolled it out in the r76018: http://build.webkit.org/builders/Qt%20Linux%20Release%20minimal/builds/16270. You're right, sorry