Commit c0b6cad0d35a33ad2d6e6576e199bdb1456169c1
- Diff rendering mode:
- inline
- side by side
WebCore/dom/Element.cpp
(5 / 0)
|   | |||
| 1203 | 1203 | ||
| 1204 | 1204 | void Element::focus(bool restorePreviousSelection) | |
| 1205 | 1205 | { | |
| 1206 | #if ENABLE(ENGINE_THREAD) | ||
| 1207 | // FIXME: google.com hack fix | ||
| 1208 | return; | ||
| 1209 | #endif | ||
| 1210 | |||
| 1206 | 1211 | Document* doc = document(); | |
| 1207 | 1212 | if (doc->focusedNode() == this) | |
| 1208 | 1213 | return; |

