Closed
Bug 1652608
Opened 4 years ago
Closed 4 years ago
Remove usage of nonexistent "hostAnnotations" property
Categories
(DevTools :: Debugger, task, P3)
DevTools
Debugger
Tracking
(firefox80 fixed)
RESOLVED
FIXED
Firefox 80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: loganfsmyth, Assigned: loganfsmyth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We have 2 places in the codebase that do a check like this https://searchfox.org/mozilla-central/rev/89814940895946b48b4c04c702efd2c676ec8e7e/devtools/server/actors/targets/browsing-context.js#640 using Debugger.Object.prototype.hostAnnotations
, except that this property doesn't exist, so these places will always just return undefined
.
Assignee | ||
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → loganfsmyth
Status: NEW → ASSIGNED
Pushed by loganfsmyth@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/7737fa6723d6
Remove usage of nonexistent hostAnnotations property. r=davidwalsh
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 80
You need to log in
before you can comment on or make changes to this bug.
Description
•