Bug 43307

Summary: Make sure all private headers are copied to PrivateHeaders directory
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: joepeck
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on: 40627    
Bug Blocks:    
Attachments:
Description Flags
Patch mitz: review+

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>