RESOLVED FIXED Bug 52596
Add missing DOMDocument/DOMDocumentFragment headers to Xcode project
https://bugs.webkit.org/show_bug.cgi?id=52596
Summary Add missing DOMDocument/DOMDocumentFragment headers to Xcode project
David Kilzer (:ddkilzer)
Reported 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(-)
Attachments
Patch (9.48 KB, patch)
2011-01-17 14:30 PST, David Kilzer (:ddkilzer)
mitz: review+
David Kilzer (:ddkilzer)
Comment 1 2011-01-17 15:04:31 PST
Note You need to log in before you can comment on or make changes to this bug.