Skip to content

Commit

Permalink
Treat Element.clientTop/Left/etc same as scrollTop/etc., avoid duplic…
Browse files Browse the repository at this point in the history
…ate members

BUG=
R=jacobr@google.com

Review URL: https://codereview.chromium.org/1726173002 .
  • Loading branch information
alan-knight committed Feb 24, 2016
1 parent ce744f6 commit cc142b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/dom/scripts/htmlrenamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@
'Element.scrollTop',
'Element.scrollWidth',
'Element.scrollHeight',
'Element.clientLeft',
'Element.clientTop',
'Element.clientWidth',
'Element.clientHeight',

'Event.initEvent',
'EventTarget.addEventListener',
Expand Down

0 comments on commit cc142b9

Please sign in to comment.