RESOLVED FIXED 45989
Add WebArchiveInternal.h to Xcode project
https://bugs.webkit.org/show_bug.cgi?id=45989
Summary Add WebArchiveInternal.h to Xcode project
David Kilzer (:ddkilzer)
Reported 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(-)
Attachments
Patch (4.33 KB, patch)
2010-09-17 12:37 PDT, David Kilzer (:ddkilzer)
joepeck: review+
David Kilzer (:ddkilzer)
Comment 1 2010-09-17 12:43:40 PDT
Joseph Pecoraro
Comment 2 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.
David Kilzer (:ddkilzer)
Comment 3 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.
David Kilzer (:ddkilzer)
Comment 4 2010-09-17 13:01:45 PDT
Note You need to log in before you can comment on or make changes to this bug.