LibWeb: Add spec link for DOM::Document::m_selection
This commit is contained in:
parent
5ab501c92f
commit
33c6559561
Notes:
sideshowbarker
2024-07-17 22:09:47 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/33c6559561
1 changed files with 1 additions and 0 deletions
|
@ -596,6 +596,7 @@ private:
|
|||
// https://html.spec.whatwg.org/multipage/dom.html#previous-document-unload-timing
|
||||
DocumentUnloadTimingInfo m_previous_document_unload_timing;
|
||||
|
||||
// https://w3c.github.io/selection-api/#dfn-selection
|
||||
JS::GCPtr<Selection::Selection> m_selection;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue