| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index e418b59e13ab48e3a67426373359820e393451ac..f710b2e7d3556f3c1130be41d9a6edb722d78bb5 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -272,6 +272,8 @@ public:
|
| HTMLHtmlElementManifest,
|
| DOMFocusInOutEvent,
|
| FileGetLastModifiedDate,
|
| + HTMLElementInnerText,
|
| + HTMLElementOuterText,
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of each items, and don't reuse unused slots.
|
| NumberOfFeatures, // This enum value must be last.
|
|
|