Bug 131604 - Use #include instead of #import
Summary: Use #include instead of #import
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jaehun Lim
URL:
Keywords:
: 131571 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-04-13 21:47 PDT by Jaehun Lim
Modified: 2014-04-17 15:24 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.09 KB, patch)
2014-04-13 21:50 PDT, Jaehun Lim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaehun Lim 2014-04-13 21:47:53 PDT
Fix warning.

WebKit/Tools/TestWebKitAPI/Tests/WTF/StringView.cpp:28:2: warning: #import is a deprecated GCC extension [-Wdeprecated]
Comment 1 Jaehun Lim 2014-04-13 21:50:31 PDT
Created attachment 229261 [details]
Patch
Comment 2 WebKit Commit Bot 2014-04-13 22:31:46 PDT
Comment on attachment 229261 [details]
Patch

Clearing flags on attachment: 229261

Committed r167209: <http://trac.webkit.org/changeset/167209>
Comment 3 WebKit Commit Bot 2014-04-13 22:31:49 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Martin Robinson 2014-04-17 15:24:32 PDT
*** Bug 131571 has been marked as a duplicate of this bug. ***