[Webkit-unassigned] [Bug 55168] New: [GTK] [check-webkit-style] check-webkit-style fails when checking sorting order for webkit.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 24 11:39:50 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55168
Summary: [GTK] [check-webkit-style] check-webkit-style fails
when checking sorting order for webkit.h
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P5
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: l.slachciak at samsung.com
In webkit.h, GTK port API file, there is a list of includes
....
#include <webkit/webkitversion.h
#include <webkit/webkitapplicationcache.h>
#include <webkit/webkitdefines.h>
#include <webkit/webkitdom.h>
....
Because webkitversion defines the webkit major and minor version it should be always on the top of list.
Unfortunately check-webkit-style fails, like in case of this bug:
In bug https://bugs.webkit.org/show_bug.cgi?id=54823
--
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