diff --git a/mozilla/layout/base/nsICaret.h b/mozilla/layout/base/nsICaret.h index 022fed0892f..ae61efdee50 100644 --- a/mozilla/layout/base/nsICaret.h +++ b/mozilla/layout/base/nsICaret.h @@ -67,8 +67,7 @@ class StCaretHider { public: StCaretHider(nsIPresShell* aPresShell) - : mPresShell(nsnull) - , mWasVisible(PR_FALSE) + : mWasVisible(PR_FALSE), mPresShell(nsnull) { mPresShell = aPresShell; // addrefs if (mPresShell) diff --git a/mozilla/layout/base/public/nsICaret.h b/mozilla/layout/base/public/nsICaret.h index 022fed0892f..ae61efdee50 100644 --- a/mozilla/layout/base/public/nsICaret.h +++ b/mozilla/layout/base/public/nsICaret.h @@ -67,8 +67,7 @@ class StCaretHider { public: StCaretHider(nsIPresShell* aPresShell) - : mPresShell(nsnull) - , mWasVisible(PR_FALSE) + : mWasVisible(PR_FALSE), mPresShell(nsnull) { mPresShell = aPresShell; // addrefs if (mPresShell)