git-svn-id: https://svn.webkit.org/repository/webkit/trunk@20541
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
- (void)webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame
{
// FIXME: This call to displayIfNeeded can be removed when <rdar://problem/5092361> is fixed.
- // After that fixed, we will reenable painting after WebCore is done loading the document,
+ // After that is fixed, we will reenable painting after WebCore is done loading the document,
// and this call will no longer be needed.
if ([[sender mainFrame] isEqual:frame])
[sender displayIfNeeded];