| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index 2ba83a871e8fe9b6ab0bdc1c70e7009a53d53576..ad0d5c141e88b320f6237b78950bbb79b0fe90cf 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -757,6 +757,9 @@ public:
|
| RequestMIDIAccess = 857,
|
| V8MouseEvent_LayerX_AttributeGetter = 858,
|
| V8MouseEvent_LayerY_AttributeGetter = 859,
|
| + InnerTextWithShadowTree = 860,
|
| + SelectionToStringWithShadowTree = 861,
|
| + WindowFindWithShadowTree = 862,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|