Bug 45989 - Add WebArchiveInternal.h to Xcode project
Summary: Add WebArchiveInternal.h to Xcode project
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:
Blocks:
 
Reported: 2010-09-17 12:37 PDT by David Kilzer (:ddkilzer)
Modified: 2010-09-17 13:01 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.33 KB, patch)
2010-09-17 12:37 PDT, David Kilzer (:ddkilzer)
joepeck: 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-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>