| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
|
| index 44597084a7e5e64d89b610428a911f11040186c1..941fa00a9212dbddfa1d654fc66bc8c16fb4c394 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
|
| @@ -26,6 +26,7 @@
|
| #include "platform/bindings/V8PrivateProperty.h"
|
| #include "platform/wtf/GetPtr.h"
|
| #include "platform/wtf/RefPtr.h"
|
| +#include "public/platform/WebFeature.h"
|
|
|
| namespace blink {
|
|
|
| @@ -397,7 +398,7 @@ void V8TestInterfaceConstructorConstructor::NamedConstructorAttributeGetter(
|
| }
|
|
|
| void V8TestInterfaceConstructor::constructorCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| - UseCounter::Count(CurrentExecutionContext(info.GetIsolate()), UseCounter::kTestFeature);
|
| + UseCounter::Count(CurrentExecutionContext(info.GetIsolate()), WebFeature::kTestFeature);
|
| if (!info.IsConstructCall()) {
|
| V8ThrowException::ThrowTypeError(info.GetIsolate(), ExceptionMessages::ConstructorNotCallableAsFunction("TestInterfaceConstructor"));
|
| return;
|
|
|