Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Stop generating Dictionary::setField(const String&) for IDL enumerations
In the relatively few remaining uses where the setField(V8EnumType)
version isn't practical to use (would require duplication), explicitly
call V8EnumType::Create(const String&) instead. These could potentially
be cleaned up to use a generic helper defined outside of the generated
enumeration class, but that is for a future CL (if at all).
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |