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)

defect
Not set
minor

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.
Status: NEW → RESOLVED
Closed: 10 years ago
Depends on: 1156566
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.