Skip to content

Commit

Permalink
Remove unused m_detailsState private field in HTMLDetailsElement
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=260785

Reviewed by Chris Dumez.

This has been added in 267076@main, but it is unused.

* Source/WebCore/html/HTMLDetailsElement.h:

Canonical link: https://commits.webkit.org/267350@main
  • Loading branch information
blino authored and cdumez committed Aug 28, 2023
1 parent 504cb35 commit ae04054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/WebCore/html/HTMLDetailsElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class HTMLDetailsElement final : public HTMLElement {
WeakPtr<HTMLSummaryElement, WeakPtrImplWithEventTargetData> m_defaultSummary;
RefPtr<HTMLSlotElement> m_defaultSlot;

DetailsState m_detailsState;
std::optional<DetailsToggleEventData> m_queuedToggleEventData;
};

Expand Down

0 comments on commit ae04054

Please sign in to comment.