diff --git a/mozilla/content/base/src/nsSelection.cpp b/mozilla/content/base/src/nsSelection.cpp index 2b200e068e6..fd22788533d 100644 --- a/mozilla/content/base/src/nsSelection.cpp +++ b/mozilla/content/base/src/nsSelection.cpp @@ -4609,7 +4609,7 @@ nsTypedSelection::nsTypedSelection(nsSelection *aList) mDirection = eDirNext; mAutoScrollTimer = nsnull; mScrollEventPosted = PR_FALSE; - mCachedOffsetForFrame = nsnull; + mCachedOffsetForFrame = nsnull; } diff --git a/mozilla/layout/generic/nsSelection.cpp b/mozilla/layout/generic/nsSelection.cpp index 2b200e068e6..fd22788533d 100644 --- a/mozilla/layout/generic/nsSelection.cpp +++ b/mozilla/layout/generic/nsSelection.cpp @@ -4609,7 +4609,7 @@ nsTypedSelection::nsTypedSelection(nsSelection *aList) mDirection = eDirNext; mAutoScrollTimer = nsnull; mScrollEventPosted = PR_FALSE; - mCachedOffsetForFrame = nsnull; + mCachedOffsetForFrame = nsnull; }