Bug 52596

Summary: Add missing DOMDocument/DOMDocumentFragment headers to Xcode project
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: WebKit Misc.Assignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: sam, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

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.