Commit c0b6cad0d35a33ad2d6e6576e199bdb1456169c1

  • avatar
  • maemo <maemo @maemo-…ktop.(none)>
  • Fri Feb 05 17:59:55 CET 2010
hack fix for google.com hang. disable programmatic focus.
  
12031203
12041204void Element::focus(bool restorePreviousSelection)
12051205{
1206#if ENABLE(ENGINE_THREAD)
1207 // FIXME: google.com hack fix
1208 return;
1209#endif
1210
12061211 Document* doc = document();
12071212 if (doc->focusedNode() == this)
12081213 return;