Bug 47556 - WKBundleNodeHandlePrivate.h should be marked private, not project
Summary: WKBundleNodeHandlePrivate.h should be marked private, not project
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: John Sullivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 14:19 PDT by John Sullivan
Modified: 2010-10-12 14:25 PDT (History)
0 users

See Also:


Attachments
Patch to mark this header file as "private" in the Xcode project. (1.59 KB, patch)
2010-10-12 14:21 PDT, John Sullivan
andersca: review+
sullivan: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.