Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e73b49243d9e165a309aa7634a413cd20916d9d0
      
https://github.com/WebKit/WebKit/commit/e73b49243d9e165a309aa7634a413cd20916d9d0
  Author: Neethu Raj <[email protected]>
  Date:   2026-04-03 (Fri, 03 Apr 2026)

  Changed paths:
    M Source/JavaScriptCore/b3/air/AirRegLiveness.cpp
    M Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h
    M Source/JavaScriptCore/heap/FreeList.cpp
    M Source/JavaScriptCore/heap/Heap.cpp
    M Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.cpp
    M Source/JavaScriptCore/parser/Lexer.cpp
    M Source/JavaScriptCore/parser/Parser.cpp
    M Source/JavaScriptCore/wasm/WasmTypeDefinition.cpp

  Log Message:
  -----------
  Use "= default" for destructor in JavaScript Core
https://bugs.webkit.org/show_bug.cgi?id=311367
rdar://173965708

Reviewed by Keith Miller.

This extends our "= default" usage across few leftover empty destructors
in JavaScriptCore code.

* Source/JavaScriptCore/b3/air/AirRegLiveness.cpp:
(JSC::B3::Air::RegLiveness::~RegLiveness): Deleted.
* Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:
(JSC::DFG::AbstractInterpreter<AbstractStateType>::~AbstractInterpreter): 
Deleted.
* Source/JavaScriptCore/heap/FreeList.cpp:
(JSC::FreeList::~FreeList): Deleted.
* Source/JavaScriptCore/heap/Heap.cpp:
(JSC::GCClient::Heap::~Heap): Deleted.
* Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.cpp:
(Inspector::InspectorRuntimeAgent::~InspectorRuntimeAgent): Deleted.
* Source/JavaScriptCore/parser/Lexer.cpp:
(JSC::Lexer<T>::~Lexer): Deleted.
* Source/JavaScriptCore/parser/Parser.cpp:
(JSC::Parser<LexerType>::~Parser): Deleted.
* Source/JavaScriptCore/wasm/WasmTypeDefinition.cpp:
(JSC::Wasm::FunctionSignature::~FunctionSignature): Deleted.

Canonical link: https://commits.webkit.org/310528@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to