| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index da431387249e62bb1b2fe340bc15a3213949a01e..1b351aee6c4f50b1c6198f137c5e28931d01a4db 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -636,6 +636,11 @@ public:
|
| V8AnimationPlayer_Cancel_Method = 699,
|
| V8AnimationPlayer_Onfinish_AttributeGetter = 700,
|
| V8AnimationPlayer_Onfinish_AttributeSetter = 701,
|
| + ElementOffsetParent = 702,
|
| + ElementOffsetTop = 703,
|
| + ElementOffsetLeft = 704,
|
| + ElementOffsetWidth = 705,
|
| + ElementOffsetHeight = 706,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|