mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 723501 - Mark MemoryReporter_* final. r=justin.lebar.
--HG-- extra : rebase_source : 7c1066ab8353c8d4766b060491cbbd4adfa44ce0
This commit is contained in:
parent
1f36270e24
commit
adcd1c249a
@ -306,7 +306,7 @@ interface nsIMemoryReporterManager : nsISupports
|
||||
* Note that this defaults 'process' to "", which is usually what's desired.
|
||||
*/
|
||||
#define NS_MEMORY_REPORTER_IMPLEMENT_HELPER(_classname, _path, _kind, _units, _amountFunction, _desc, _ts) \
|
||||
class MemoryReporter_##_classname : public nsIMemoryReporter { \
|
||||
class MemoryReporter_##_classname MOZ_FINAL : public nsIMemoryReporter { \
|
||||
public: \
|
||||
NS_DECL_ISUPPORTS \
|
||||
NS_IMETHOD GetProcess(nsACString &process) { process.Truncate(); return NS_OK; } \
|
||||
|
Loading…
Reference in New Issue
Block a user