| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index 445fa20639839155474f3670c5414c9ec88f5016..ecc81deb2a528736644894d72fade55e6ea0c889 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -914,6 +914,8 @@ public:
|
| RTCPeerConnectionSetRemoteDescriptionLegacyNoFailureCallback = 1056,
|
| RTCPeerConnectionSetRemoteDescriptionLegacyCompliant = 1057,
|
| RTCPeerConnectionGetStatsLegacyNonCompliant = 1058,
|
| + NodeFilterIsFunction = 1059,
|
| + NodeFilterIsObject = 1060,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|