From e43761fc39d250c069d37ae7774af401d286ceb1 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Tue, 2 May 2017 20:46:00 -0400 Subject: [PATCH] Bug 1360799 follow-up: Fix the comment in the header after addressing the review comment --- dom/base/nsGlobalWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/base/nsGlobalWindow.h b/dom/base/nsGlobalWindow.h index 7603a8ad39c2..a2886a173d1c 100644 --- a/dom/base/nsGlobalWindow.h +++ b/dom/base/nsGlobalWindow.h @@ -475,7 +475,7 @@ public: static bool IsShowModalDialogEnabled(JSContext* /* unused */ = nullptr, JSObject* /* unused */ = nullptr); - static bool IsRequestIdleCallbackEnabled(JSContext* /* unused */, JSObject* aObj); + static bool IsRequestIdleCallbackEnabled(JSContext* aCx, JSObject* /* unused */); bool DoResolve(JSContext* aCx, JS::Handle aObj, JS::Handle aId,