mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
Start enums at zero so that debug noise can map them to strings safely
This commit is contained in:
parent
151ac529c1
commit
c1eb0f7ec4
@ -74,7 +74,7 @@ public:
|
||||
* @see #GetChildFrame()
|
||||
* @see #GetChildListName()
|
||||
*/
|
||||
FrameAppended,
|
||||
FrameAppended = 0,
|
||||
|
||||
/**
|
||||
* Reflow command generated by the style system in response to a
|
||||
|
Loading…
Reference in New Issue
Block a user