make a static-only class for DOMWindowTimers instead of namespace
Namespace should be lower-cased. DOMWindowTimers Namespace also should be lower-cased, and it is used to [ImplementedAs] to implement WindowTimers. According to Blink IDL extended attributes[1], it doesn't mention class name's rule. so it looks like not violate to use snake_case in any rules. However this CL makes DOMWindowTimers a static-only class because ImplementedAs=dom_window_timers is inconsistent with other ImplementedAs instances. This CL has no behavior changes. [1]https://chromium.googlesource.com/chromium/src/+/HEAD/third_party/blink/renderer/bindings/IDLExtendedAttributes.md#ImplementedAs_i_m_s_a Bug: None Change-Id: Ia1d7305ebc28feb0c50d6b406ab381998959038e Reviewed-on: https://chromium-review.googlesource.com/c/1307533 Commit-Queue: Hwanseung Lee <hs1217.lee@samsung.com> Reviewed-by:Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#605231}
Showing
Please register or sign in to comment