| Index: content/browser/isolated_origin_util.cc
|
| diff --git a/content/browser/isolated_origin_util.cc b/content/browser/isolated_origin_util.cc
|
| index fe25348a6522400377f07382be5055f973157fcb..9086edb778a308456fe5676b45d8e5f9a4f05c36 100644
|
| --- a/content/browser/isolated_origin_util.cc
|
| +++ b/content/browser/isolated_origin_util.cc
|
| @@ -31,7 +31,7 @@ bool IsolatedOriginUtil::DoesOriginMatchIsolatedOrigin(
|
|
|
| // static
|
| bool IsolatedOriginUtil::IsValidIsolatedOrigin(const url::Origin& origin) {
|
| - if (origin.unique())
|
| + if (origin.opaque())
|
| return false;
|
|
|
| // Isolated origins should have HTTP or HTTPS schemes. Hosts in other
|
|
|