Bug 723501 - Mark MemoryReporter_* final. r=justin.lebar.

--HG--
extra : rebase_source : 7c1066ab8353c8d4766b060491cbbd4adfa44ce0
This commit is contained in:
Rafael Ávila de Espíndola 2012-02-03 10:22:01 +01:00
Родитель 9cb879c9cc
Коммит 7ab5ca14fb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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; } \