Bug 31558
Summary: | Missing guards in inspector headers files | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nicolas Roard <nicolas> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Minor | CC: | android-webkit-unforking, bburg, jchaffraix, joepeck, timothy, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Nicolas Roard
InspectorBackend, InspectorClient, InspectorController, InspectorDOMAgent, InspectorDOMStorageResource, InspectorDatabaseResource, InspectorFrontend, InspectorResource do not have guards and are compiled unecessary when INSPECTOR is not defined. I will upload a patch for those guards as soon as the patch for bug 31504 lands...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Blaze Burg
There are still some missing guards, but the list provided is out of date.
Radar WebKit Bug Importer
<rdar://problem/15801502>
Joseph Pecoraro
ENABLE(INSPECTOR) no longer exists.