, 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)
{
}