Bug 129824 - Remove WebKit1 header includes from WebKit2
Summary: Remove WebKit1 header includes from WebKit2
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-06 13:59 PST by Anders Carlsson
Modified: 2014-03-06 14:37 PST (History)
0 users

See Also:


Attachments
Patch (6.44 KB, patch)
2014-03-06 14:00 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-03-06 13:59:43 PST
Remove WebKit1 header includes from WebKit2
Comment 1 Anders Carlsson 2014-03-06 14:00:56 PST
Created attachment 226035 [details]
Patch
Comment 2 mitz 2014-03-06 14:32:11 PST
Comment on attachment 226035 [details]
Patch

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

> Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.mm:84
> +    if ([responder isKindOfClass:[NSView class]] && [(id)responder isDescendantOf:view])

NSView * instead of id
Comment 3 Anders Carlsson 2014-03-06 14:37:40 PST
Committed r165218: <http://trac.webkit.org/changeset/165218>