Closed
Bug 1159673
Opened 10 years ago
Closed 10 years ago
reference to undefined property this.KEY_LOG_BASE in resource://gre/modules/GMPUtils.jsm
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: aceman, Unassigned)
References
Details
Warning: ReferenceError: reference to undefined property this.KEY_LOG_BASE
Source File: resource://gre/modules/GMPUtils.jsm
Line: 92
The code is:
this.GMPPrefs = {
...
KEY_LOG_BASE: "media.gmp.log.",
KEY_LOGGING_LEVEL: this.KEY_LOG_BASE + "level",
KEY_LOGGING_DUMP: this.KEY_LOG_BASE + "dump",
...}
Maybe it should be this.GMPPrefs.KEY_LOG_BASE or similar?
I am not sure if it causes any problems, but having incorrect KEY_LOGGING_LEVEL seems like it could cause some.
Fixed by bug 1156566.
You need to log in
before you can comment on or make changes to this bug.
Description
•