Bug 140288 - Use angle-bracket form to include external headers in WebCore
Summary: Use angle-bracket form to include external headers in WebCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 140248
  Show dependency treegraph
 
Reported: 2015-01-09 02:05 PST by Carlos Garcia Campos
Modified: 2015-03-23 22:50 PDT (History)
3 users (show)

See Also:


Attachments
Patch (9.17 KB, patch)
2015-01-09 02:06 PST, Carlos Garcia Campos
zan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2015-01-09 02:05:12 PST
There are some cases using "" instead.
Comment 1 Carlos Garcia Campos 2015-01-09 02:06:58 PST
Created attachment 244333 [details]
Patch
Comment 2 WebKit Commit Bot 2015-01-09 02:08:33 PST
Attachment 244333 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/image-encoders/JPEGImageEncoder.cpp:28:  Alphabetical sorting problem.  [build/include_order] [4]
ERROR: Source/WebCore/platform/graphics/opengl/Extensions3DOpenGL.cpp:39:  "ANGLE/ShaderLang.h" already included at Source/WebCore/platform/graphics/opengl/Extensions3DOpenGL.cpp:36  [build/include] [4]
Total errors found: 2 in 15 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Zan Dobersek 2015-01-09 02:42:16 PST
Comment on attachment 244333 [details]
Patch

Wait for the Mac EWSs please.
Comment 4 Carlos Garcia Campos 2015-01-09 03:46:57 PST
Committed r178166: <http://trac.webkit.org/changeset/178166>