Bug 1224374 - Profiler labels for the top 26-100 chrome hangs;r=BenWa

This commit is contained in:
David Rajchenbach-Teller
2016-01-15 11:38:03 +01:00
parent e82056648c
commit 323ccee44c
24 changed files with 50 additions and 0 deletions

View File

@@ -211,6 +211,8 @@ nsBaseDragService::InvokeDragSession(nsIDOMNode *aDOMNode,
nsIScriptableRegion* aDragRgn,
uint32_t aActionType)
{
PROFILER_LABEL_FUNC(js::ProfileEntry::Category::OTHER);
NS_ENSURE_TRUE(aDOMNode, NS_ERROR_INVALID_ARG);
NS_ENSURE_TRUE(mSuppressLevel == 0, NS_ERROR_FAILURE);