Bug 43307 - Make sure all private headers are copied to PrivateHeaders directory
Summary: Make sure all private headers are copied to PrivateHeaders directory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on: 40627
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-31 16:37 PDT by David Kilzer (:ddkilzer)
Modified: 2010-07-31 16:42 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.22 KB, patch)
2010-07-31 16:37 PDT, David Kilzer (:ddkilzer)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2010-07-31 16:37:27 PDT
Created attachment 63160 [details]
Patch

Reviewed by NOBODY (OOPS!).

This also fixes compilation of DumpRenderTree after changes for
Bug 40627.

* WebKit.xcodeproj/project.pbxproj: Set the PRIVATE attribute on
the following headers:
- WebFormDelegatePrivate.h
- WebKitStatisticsPrivate.h
- WebSecurityOriginPrivate.h
---
 2 files changed, 18 insertions(+), 3 deletions(-)
Comment 1 David Kilzer (:ddkilzer) 2010-07-31 16:42:37 PDT
Committed r64428: <http://trac.webkit.org/changeset/64428>