| Index: third_party/WebKit/Source/core/dom/SandboxFlags.h
|
| diff --git a/third_party/WebKit/Source/core/dom/SandboxFlags.h b/third_party/WebKit/Source/core/dom/SandboxFlags.h
|
| index 538bd3e3630c0dcb1f58b402a9c4ab2dbfb77b31..ab15a6072287863160fcf10056fdcffc90ff3b4b 100644
|
| --- a/third_party/WebKit/Source/core/dom/SandboxFlags.h
|
| +++ b/third_party/WebKit/Source/core/dom/SandboxFlags.h
|
| @@ -56,7 +56,7 @@ enum SandboxFlag {
|
| // https://w3c.github.io/presentation-api/#sandboxing-and-the-allow-presentation-keyword
|
| SandboxPresentation = 1 << 13,
|
| // See https://github.com/WICG/interventions/issues/42.
|
| - SandboxTopNavigationWithUserActivation = 1 << 14,
|
| + SandboxTopNavigationByUserActivation = 1 << 14,
|
| SandboxAll = -1 // Mask with all bits set to 1.
|
| };
|
|
|
|
|