Index: Source/bindings/tests/results/V8TestObjectPython.cpp |
diff --git a/Source/bindings/tests/results/V8TestObjectPython.cpp b/Source/bindings/tests/results/V8TestObjectPython.cpp |
index c22cf16f719ccaf611b5c97b8f12ad4dc9fbe6e6..015ced6a6de2b50dbbd50caeed64d06e6e08a9e2 100644 |
--- a/Source/bindings/tests/results/V8TestObjectPython.cpp |
+++ b/Source/bindings/tests/results/V8TestObjectPython.cpp |
@@ -863,7 +863,7 @@ static void deprecatedReadonlyLongAttributeAttributeGetter(v8::Local<v8::String> |
static void deprecatedReadonlyLongAttributeAttributeGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) |
{ |
TRACE_EVENT_SET_SAMPLING_STATE("Blink", "DOMGetter"); |
- UseCounter::countDeprecation(activeScriptExecutionContext(), UseCounter::ReadonlyLongAttribute); |
+ UseCounter::countDeprecation(activeExecutionContext(), UseCounter::ReadonlyLongAttribute); |
TestObjectPythonV8Internal::deprecatedReadonlyLongAttributeAttributeGetter(name, info); |
TRACE_EVENT_SET_SAMPLING_STATE("V8", "Execution"); |
} |