+2006-11-02 Anders Carlsson <acarlsson@apple.com>
+
+ Build fix.
+
+ * page/FramePrivate.h:
+ (WebCore::FramePrivate::FramePrivate):
+
2006-11-02 Kevin Ollivier <kevino@theolliviers.com>
Reviewed by Geoff, landed by Anders.
, m_zoomFactor(parent ? parent->d->m_zoomFactor : 100)
, m_submitForm(0)
, m_bMousePressed(false)
+ , m_beganSelectingText(false)
, m_selectionController(thisFrame)
, m_caretBlinkTimer(thisFrame, &Frame::caretBlinkTimerFired)
, m_editor(thisFrame, client)
, m_inViewSourceMode(false)
, frameCount(0)
, m_prohibitsScrolling(false)
- , m_beganSelectingText(false)
{
}