| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 2fee4e81b18eaeba5f361037b7552a869eac04cd..2c24fb70abf032e890aac4baf28306a57a6c9a2b 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -771,6 +771,11 @@ public:
|
| V8UIEvent_InitUIEvent_Method = 873,
|
| V8Document_CreateTouch_Method = 874,
|
| V8HTMLFrameElement_GetSVGDocument_Method = 875,
|
| + V8SVGElement_OffsetParent_AttributeGetter = 876,
|
| + V8SVGElement_OffsetTop_AttributeGetter = 877,
|
| + V8SVGElement_OffsetLeft_AttributeGetter = 878,
|
| + V8SVGElement_OffsetWidth_AttributeGetter = 879,
|
| + V8SVGElement_OffsetHeight_AttributeGetter = 880,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|