Bug 47556

Summary: WKBundleNodeHandlePrivate.h should be marked private, not project
Product: WebKit Reporter: John Sullivan <sullivan>
Component: WebKit2Assignee: John Sullivan <sullivan>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch to mark this header file as "private" in the Xcode project. andersca: review+, sullivan: commit-queue-

Description John Sullivan 2010-10-12 14:19:07 PDT
WKBundleNodeHandlePrivate.h is marked "project" in Xcode.proj. It should be marked "private" since it's intended to be used as SPI by clients.
Comment 1 John Sullivan 2010-10-12 14:21:30 PDT
Created attachment 70563 [details]
Patch to mark this header file as "private" in the Xcode project.
Comment 2 John Sullivan 2010-10-12 14:25:07 PDT
Committed in r69604.