Bug 52943

Summary: Objective-C files should use #import, not #include
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Trivial CC: mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch mitz: review+

Description Alexey Proskuryakov 2011-01-21 18:01:36 PST
Because Objective-C headers in general don't have multiple include guards.

Patch for Source/WebKit2 forthcoming.
Comment 1 Alexey Proskuryakov 2011-01-21 18:03:21 PST
Created attachment 79816 [details]
proposed patch
Comment 2 mitz 2011-01-21 18:06:59 PST
Comment on attachment 79816 [details]
proposed patch

Duplicate change log entry
Comment 3 Alexey Proskuryakov 2011-01-21 18:10:16 PST
Committed <http://trac.webkit.org/changeset/76418>.