From f31e8fd941c2b0d8779188f19a9002b33d45af5a Mon Sep 17 00:00:00 2001 From: kipp Date: Wed, 3 Jun 1998 15:47:48 +0000 Subject: [PATCH] Init fEntireContent --- layout/base/src/nsSelectionPoint.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/layout/base/src/nsSelectionPoint.cpp b/layout/base/src/nsSelectionPoint.cpp index 1a392e665950..85a786f75d11 100644 --- a/layout/base/src/nsSelectionPoint.cpp +++ b/layout/base/src/nsSelectionPoint.cpp @@ -24,6 +24,7 @@ nsSelectionPoint::nsSelectionPoint(nsIContent * aContent, fContent = aContent; fOffset = aOffset; fIsAnchor = aIsAnchor; + fEntireContent = PR_FALSE; } nsSelectionPoint::~nsSelectionPoint()