Bug 167156 - Web Inspector: remove an unnecessary include in generated Objective-C Inspector protocol code
Summary: Web Inspector: remove an unnecessary include in generated Objective-C Inspect...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: BJ Burg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-18 01:28 PST by BJ Burg
Modified: 2017-01-18 09:58 PST (History)
8 users (show)

See Also:


Attachments
Proposed Fix (35.62 KB, patch)
2017-01-18 01:34 PST, BJ Burg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2017-01-18 01:28:37 PST
'config.h' is causing some build problems in the internal builds at Apple. It isn't actually needed, so remove it.
Comment 1 BJ Burg 2017-01-18 01:34:22 PST
Created attachment 299124 [details]
Proposed Fix
Comment 2 WebKit Commit Bot 2017-01-18 01:35:50 PST
This patch modifies the inspector protocol generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-inspector-generator-tests --reset-results`)
Comment 3 BJ Burg 2017-01-18 09:56:18 PST
Committed r210852: <http://trac.webkit.org/changeset/210852>
Comment 4 BJ Burg 2017-01-18 09:58:39 PST
Comment on attachment 299124 [details]
Proposed Fix

(Rubber-stamped offline by ggaren.)