DescriptionStick all of the WebKit API enum compile asserts in one file.
I did this for two reasons:
1) For enumeration types that are not defined within a class,
and therefore do not have a corresponding .cpp file, we have
an obvious place to put the compile asserts.
2) It keeps these assertions out of the more interesting code,
which should help with readability a bit.
R=jorlow
BUG=none
TEST=none
Patch Set 1 #
Total comments: 1
Messages
Total messages: 4 (0 generated)
|