| Commit-Queue | +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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[layout] Convert core/html/forms to using StyleRef()
The style is null on a LayoutObject for a very small period of time.
Most callers shouldn't have to check if the style is null.
Switch the accessors Style() within core/html/forms to either using
StyleRef() directly or not checking if the Style() is null at all.
There should be no behaviour change.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |