[Webkit-unassigned] [Bug 46099] check-webkit-style and the coding style guidelines page are inconsistent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 20 09:46:18 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46099





--- Comment #1 from Balazs Kelemen <kbalazs at webkit.org>  2010-09-20 09:46:18 PST ---
I have realized that check-webkit-style does not expect grouping.
It accepts the following:
------------------------
#include "Chrome.h"
#include "ChromeClientQt.h"
#include "NotImplemented.h"
#include <IntSize.h>
#include <Page.h>
------------------------

So the rule is that system style includes should not come before
normal style ones.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list