RESOLVED WONTFIX 106881
Tools/Scripts/check-webkit-style should not fail for Tools/DumpRenderTree/chromium/TestRunner/src/KeyCodeMapping.h
https://bugs.webkit.org/show_bug.cgi?id=106881
Summary Tools/Scripts/check-webkit-style should not fail for Tools/DumpRenderTree/chr...
yosin
Reported 2013-01-15 01:09:54 PST
enum defintion in Tools/DumpRenderTree/chromium/TestRunner/src/KeyCodeMapping.h uses all capital letters with underscore for members: enum { VKEY_RETURN = 0x0D, VKEY_ESCAPE = 0x1B, VKEY_PRIOR = 0x21, VKEY_NEXT = 0x22, ... } This should be an exception.
Attachments
Note You need to log in before you can comment on or make changes to this bug.