Bug 129824

Summary: Remove WebKit1 header includes from WebKit2
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

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>