diff --git a/mozilla/string/obsolete/nsXPIDLString.cpp b/mozilla/string/obsolete/nsXPIDLString.cpp index 2994cdc3131..0a69f8c6eab 100644 --- a/mozilla/string/obsolete/nsXPIDLString.cpp +++ b/mozilla/string/obsolete/nsXPIDLString.cpp @@ -30,8 +30,8 @@ // nsXPIDLString nsXPIDLString::nsXPIDLString() - : mBufOwner(PR_FALSE), - mBuf(0) + : mBuf(0), + mBufOwner(PR_FALSE) { } @@ -106,8 +106,8 @@ nsXPIDLString::StartAssignmentByReference() // nsXPIDLCString nsXPIDLCString::nsXPIDLCString() - : mBufOwner(PR_FALSE), - mBuf(0) + : mBuf(0), + mBufOwner(PR_FALSE) { } diff --git a/mozilla/xpcom/ds/nsXPIDLString.cpp b/mozilla/xpcom/ds/nsXPIDLString.cpp index 2994cdc3131..0a69f8c6eab 100644 --- a/mozilla/xpcom/ds/nsXPIDLString.cpp +++ b/mozilla/xpcom/ds/nsXPIDLString.cpp @@ -30,8 +30,8 @@ // nsXPIDLString nsXPIDLString::nsXPIDLString() - : mBufOwner(PR_FALSE), - mBuf(0) + : mBuf(0), + mBufOwner(PR_FALSE) { } @@ -106,8 +106,8 @@ nsXPIDLString::StartAssignmentByReference() // nsXPIDLCString nsXPIDLCString::nsXPIDLCString() - : mBufOwner(PR_FALSE), - mBuf(0) + : mBuf(0), + mBufOwner(PR_FALSE) { } diff --git a/mozilla/xpcom/string/obsolete/nsXPIDLString.cpp b/mozilla/xpcom/string/obsolete/nsXPIDLString.cpp index 2994cdc3131..0a69f8c6eab 100644 --- a/mozilla/xpcom/string/obsolete/nsXPIDLString.cpp +++ b/mozilla/xpcom/string/obsolete/nsXPIDLString.cpp @@ -30,8 +30,8 @@ // nsXPIDLString nsXPIDLString::nsXPIDLString() - : mBufOwner(PR_FALSE), - mBuf(0) + : mBuf(0), + mBufOwner(PR_FALSE) { } @@ -106,8 +106,8 @@ nsXPIDLString::StartAssignmentByReference() // nsXPIDLCString nsXPIDLCString::nsXPIDLCString() - : mBufOwner(PR_FALSE), - mBuf(0) + : mBuf(0), + mBufOwner(PR_FALSE) { }