Bug 1462784 - Add a DOM category and use it for the WebIDL binding stack labels. r=njn

MozReview-Commit-ID: AevGMqeBvXO

--HG--
extra : rebase_source : 4a1bd948e65cbbd890ba53c363248c1ce69774a3
This commit is contained in:
Markus Stange 2018-05-18 17:49:55 -04:00
Родитель 13eddeba69
Коммит 916fd5a90a
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1579,7 +1579,7 @@ class CGAbstractMethod(CGThing):
def _auto_profiler_label(self):
profiler_label_and_jscontext = self.profiler_label_and_jscontext()
if profiler_label_and_jscontext:
return 'AUTO_PROFILER_LABEL_FAST("%s", OTHER, %s);' % profiler_label_and_jscontext
return 'AUTO_PROFILER_LABEL_FAST("%s", DOM, %s);' % profiler_label_and_jscontext
return None
def declare(self):

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

@ -196,6 +196,7 @@ class ProfilingStackFrame
GCCC,
NETWORK,
GRAPHICS,
DOM,
STORAGE,
FIRST = OTHER,