Open
Bug 1573290
Opened 6 years ago
Updated 2 years ago
Remove unnecessary [Throws] annotation from Document.createTreeWalker
Categories
(Core :: DOM: Core & HTML, task, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
Details
(Keywords: good-first-bug)
The implementation can't actually throw.
![]() |
Reporter | |
Updated•5 years ago
|
Mentor: bzbarsky
Updated•5 years ago
|
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
Comment 1•2 years ago
|
||
Could someone point to the file in which this occurs? I'm looking for a first bug and am unfamiliar with the codebase.
![]() |
Reporter | |
Comment 2•2 years ago
|
||
https://searchfox.org/mozilla-central/source/dom/webidl/Document.webidl#106-107 is the IDL declaration.
https://searchfox.org/mozilla-central/source/dom/base/Document.h#3357-3360 and https://searchfox.org/mozilla-central/source/dom/base/Document.cpp#8844 are the C++ declaration and implementation.
You need to log in
before you can comment on or make changes to this bug.
Description
•