Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #2162: Crash when javascript's window.open creates a new tab.(#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T authored and iccub committed Jan 8, 2020
1 parent 2a18778 commit 6134483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Client/Frontend/Browser/BraveWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class BraveWebView: WKWebView {
if isPrivate {
configuration.websiteDataStore = BraveWebView.sharedNonPersistentStore()
} else {
BraveWebView.nonPersistentDataStore = nil
configuration.websiteDataStore = WKWebsiteDataStore.default()
}

Expand Down

0 comments on commit 6134483

Please sign in to comment.