Bug 45989

Summary: Add WebArchiveInternal.h to Xcode project
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch joepeck: review+

Description David Kilzer (:ddkilzer) 2010-09-17 12:37:01 PDT
Created attachment 67937 [details]
Patch

Reviewed by NOBODY (OOPS!).

* WebKit.xcodeproj/project.pbxproj: Added missing
WebArchiveInternal.h header file to the project.  It has been
missing since r31281!
---
 2 files changed, 14 insertions(+), 0 deletions(-)
Comment 1 David Kilzer (:ddkilzer) 2010-09-17 12:43:40 PDT
<http://trac.webkit.org/changeset/31281>
Comment 2 Joseph Pecoraro 2010-09-17 12:49:44 PDT
Comment on attachment 67937 [details]
Patch

Nice! Any others missing? Normally XCode shows files as selectable
if you're looking at the directories and it doesn't know about them.
Comment 3 David Kilzer (:ddkilzer) 2010-09-17 12:56:38 PDT
(In reply to comment #2)
> (From update of attachment 67937 [details])
> Nice! Any others missing? Normally XCode shows files as selectable
> if you're looking at the directories and it doesn't know about them.

I didn't find any in WebKit.  I even tried doing a "find -type files" + grep of the Xcode project file, but didn't turn up anything.
Comment 4 David Kilzer (:ddkilzer) 2010-09-17 13:01:45 PDT
Committed r67739: <http://trac.webkit.org/changeset/67739>