RESOLVED FIXED 52943
Objective-C files should use #import, not #include
https://bugs.webkit.org/show_bug.cgi?id=52943
Summary Objective-C files should use #import, not #include
Alexey Proskuryakov
Reported 2011-01-21 18:01:36 PST
Because Objective-C headers in general don't have multiple include guards. Patch for Source/WebKit2 forthcoming.
Attachments
proposed patch (33.75 KB, patch)
2011-01-21 18:03 PST, Alexey Proskuryakov
mitz: review+
Alexey Proskuryakov
Comment 1 2011-01-21 18:03:21 PST
Created attachment 79816 [details] proposed patch
mitz
Comment 2 2011-01-21 18:06:59 PST
Comment on attachment 79816 [details] proposed patch Duplicate change log entry
Alexey Proskuryakov
Comment 3 2011-01-21 18:10:16 PST
Note You need to log in before you can comment on or make changes to this bug.