Bug 70387 - Move uses of C-SPI out of WKView.h and into WKViewPrivate.h
Summary: Move uses of C-SPI out of WKView.h and into WKViewPrivate.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-18 17:09 PDT by Sam Weinig
Modified: 2011-10-18 17:39 PDT (History)
0 users

See Also:


Attachments
Patch (17.51 KB, patch)
2011-10-18 17:12 PDT, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2011-10-18 17:09:00 PDT
Move uses of C-SPI out of WKView.h and into WKViewPrivate.h
Comment 1 Sam Weinig 2011-10-18 17:12:33 PDT
Created attachment 111533 [details]
Patch
Comment 2 mitz 2011-10-18 17:29:17 PDT
Comment on attachment 111533 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=111533&action=review

> Source/WebKit2/ChangeLog:3
> +        Move uses of C-SPI out of WKView.h and into WKViewPrivate.h

Why is there a hyphen after C?

> Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h:30
> +/* C-SPI support. */

Why is there a hyphen after C?

> Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h:40
> +
> +

Extra blank line.
Comment 3 Sam Weinig 2011-10-18 17:39:28 PDT
Committed r97819: <http://trac.webkit.org/changeset/97819>