diff --git a/cef1/patch/patches/dom_storage_809.patch b/cef1/patch/patches/dom_storage_809.patch index 6a790a480..3d855e019 100644 --- a/cef1/patch/patches/dom_storage_809.patch +++ b/cef1/patch/patches/dom_storage_809.patch @@ -9,7 +9,7 @@ Index: dom_storage_area.cc - bool success = backing_->CommitChanges(commit_batch->clear_all_first, - commit_batch->changed_values); + bool success = false; -+ if (backing_.get()) { ++ if (backing_.get() && commit_batch) { + success = backing_->CommitChanges(commit_batch->clear_all_first, + commit_batch->changed_values); + }