[Webkit-unassigned] [Bug 40876] [EFL] Implement windowRect() and setWindowRect() in ChromeClientEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 21:37:37 PDT 2010


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





--- Comment #13 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-06-21 21:37:37 PST ---
(In reply to comment #12)
> Attachment 59332 [details] did not pass style-queue:
> 
> Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
> WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp:53:  Alphabetical sorting problem.  [build/include_order] [4]
> Total errors found: 1 in 2 files
> 
> 
> If any of these errors are false positives, please file a bug against check-webkit-style.

Hi Rafael,

I don't understand why style error happen. According to the url you let me know, they use to include <Ecore_Evas.h> without the macro as below,

43    #include <Ecore.h>
44    #include <Ecore_Evas.h>
45    #include <Edje.h>
46    #include <Evas.h>

Do you know the reason ? Should do I use the macro for this?

-- 
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