diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-20 10:56:49 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-20 10:56:49 -0500 |
commit | 9bf43033f3210dbd154cec9595847aae6ece0020 (patch) | |
tree | 63c63925d7a6cf2ccbab217183c68cf2d89e5593 /system | |
parent | 960b7eb6fea2a84a2c3f4a38c5b2c152002f2fb3 (diff) | |
download | aura-central-9bf43033f3210dbd154cec9595847aae6ece0020.tar.gz |
Revert "Issue %3015 - Part 3: Remove GMP code from addons, crash handler and tests."
This reverts commit 1699dbe78bf43eaa5ef4c593f075dfdc59c02b15.
Diffstat (limited to 'system')
-rw-r--r-- | system/graphics/thebes/gfxPrefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/graphics/thebes/gfxPrefs.cpp b/system/graphics/thebes/gfxPrefs.cpp index 9ec9b638a..72bc58d78 100644 --- a/system/graphics/thebes/gfxPrefs.cpp +++ b/system/graphics/thebes/gfxPrefs.cpp @@ -111,7 +111,7 @@ gfxPrefs::Pref::SetChangeCallback(ChangeCallback aCallback) FireChangeCallback(); } -// On lightweight processes such as for GPU, XPCOM is not initialized, +// On lightweight processes such as for GMP and GPU, XPCOM is not initialized, // and therefore we don't have access to Preferences. When XPCOM is not // available we rely on manual synchronization of gfxPrefs values over IPC. /* static */ bool |