We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902f23d commit 23eaedbCopy full SHA for 23eaedb
third_party/blink/renderer/bindings/core/v8/js_based_event_listener.cc
@@ -161,7 +161,7 @@ void JSBasedEventListener::handleEvent(
161
162
std::unique_ptr<SourceLocation> JSBasedEventListener::GetSourceLocation(
163
EventTarget& target) {
164
- v8::HandleScope(GetIsolate());
+ v8::HandleScope handle_scope(GetIsolate());
165
v8::Local<v8::Value> effective_function = GetEffectiveFunction(target);
166
if (effective_function->IsFunction())
167
return SourceLocation::FromFunction(effective_function.As<v8::Function>());
0 commit comments