Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Unreviewed, rolling out r202586 and r202595.
https://bugs.webkit.org/show_bug.cgi?id=159247 These changes broke the iOS build (Requested by ryanhaddad on #webkit). Reverted changesets: "Keep track of when a WKWebView is blank before the initial non-empty layout" https://bugs.webkit.org/show_bug.cgi?id=159217 http://trac.webkit.org/changeset/202586 "Try to fix the build." http://trac.webkit.org/changeset/202595 Patch by Commit Queue <commit-queue@webkit.org> on 2016-06-28 Canonical link: https://commits.webkit.org/177359@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@202612 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
23 additions
and 18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -702,7 +702,6 @@ - (void)redoEditing:(id)sender | ||
|
||
void PageClientImpl::didFirstVisuallyNonEmptyLayoutForMainFrame() | ||
{ | ||
} | ||
|
||
void PageClientImpl::didFinishLoadForMainFrame() | ||