| Index: content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.cc b/content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
| index 4e5299f63915519e0c3ac3af4d0945f90edd8af3..9c257e871418973bfa9c21c83c4303326508b373 100644
|
| --- a/content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
| +++ b/content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
| @@ -32,7 +32,7 @@ namespace {
|
| const char kInvalidOrigin[] = "Origin is invalid";
|
|
|
| bool IsValidOrigin(const url::Origin& origin) {
|
| - return !origin.unique();
|
| + return !origin.opaque();
|
| }
|
|
|
| ::indexed_db::mojom::Status GetIndexedDBStatus(leveldb::Status status) {
|
|
|