Bug 52596 - Add missing DOMDocument/DOMDocumentFragment headers to Xcode project
Summary: Add missing DOMDocument/DOMDocumentFragment headers to Xcode project
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (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: 2011-01-17 14:30 PST by David Kilzer (:ddkilzer)
Modified: 2011-01-17 15:04 PST (History)
2 users (show)

See Also:


Attachments
Patch (9.48 KB, patch)
2011-01-17 14:30 PST, 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) 2011-01-17 14:30:25 PST
Created attachment 79216 [details]
Patch

Reviewed by NOBODY (OOPS!).

WebCore:

This fixes two issues:

Add missing DOMDocumentFragmentPrivate.h and
DOMDocumentPrivate.h files to the project.  These files were
never added to the the project although their *Internal.h
counterparts were added in r16548 and r17390.

Add missing DOMDocumentFragmentInternal.h to the Headers
section.  It was moved from Headers to "Copy Generated Headers"
in r31045, but it should have an entry in both sections.

* WebCore.xcodeproj/project.pbxproj:

WebKit/mac:

* MigrateHeaders.make: Copy DOMDocumentFragmentPrivate.h and
DOMDocumentPrivate.h to the PrivateHeaders directory.
---
 4 files changed, 45 insertions(+), 1 deletions(-)
Comment 1 David Kilzer (:ddkilzer) 2011-01-17 15:04:31 PST
Committed r75974: <http://trac.webkit.org/changeset/75974>