forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://bugs.webkit.org/show_bug.cgi?id=190459 * WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp: (WebKit::InjectedBundlePageLoaderClient::InjectedBundlePageLoaderClient): Shipping Safari still uses shouldGoToBackForwardListItem, so only assert on newer platforms like we do in WKPageSetPageLoaderClient. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@237111 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
fe1658d
commit 1a33581
Showing
2 changed files
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2018-10-15 Alex Christensen <[email protected]> | ||
|
||
Fix assertion after r237102 | ||
https://bugs.webkit.org/show_bug.cgi?id=190459 | ||
|
||
* WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp: | ||
(WebKit::InjectedBundlePageLoaderClient::InjectedBundlePageLoaderClient): | ||
Shipping Safari still uses shouldGoToBackForwardListItem, so only assert on | ||
newer platforms like we do in WKPageSetPageLoaderClient. | ||
|
||
2018-10-15 Alex Christensen <[email protected]> | ||
|
||
Shrink more enum classes | ||
|
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