Bug 1452580 - remove RELEASE_OR_BETA defines for PerformanceCounter usage a=beta-fix

This commit is contained in:
Tiberius Oros 2018-04-25 14:43:48 +03:00
Родитель faeb9b7ddd
Коммит 78dbe34925
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -311,12 +311,10 @@ partial namespace ChromeUtils {
[Throws]
object createError(DOMString message, optional object? stack = null);
#ifndef RELEASE_OR_BETA
/**
* Request performance metrics to the current process & all ontent processes.
*/
void requestPerformanceMetrics();
#endif
};
/**