| Index: Source/core/dom/SandboxFlags.h
|
| diff --git a/Source/core/dom/SandboxFlags.h b/Source/core/dom/SandboxFlags.h
|
| index 54d0a884036d98c964c6ab144f69c4e5188bad2d..3e980d9d610e2adcc758586fe3e9f72568dd862f 100644
|
| --- a/Source/core/dom/SandboxFlags.h
|
| +++ b/Source/core/dom/SandboxFlags.h
|
| @@ -44,6 +44,7 @@ enum SandboxFlag {
|
| SandboxAutomaticFeatures = 1 << 7,
|
| SandboxPointerLock = 1 << 8,
|
| SandboxDocumentDomain = 1 << 9,
|
| + SandboxOrientationLock = 1 << 10, // See https://w3c.github.io/screen-orientation/#dfn-sandboxed-orientation-lock-browsing-context-flag.
|
| SandboxAll = -1 // Mask with all bits set to 1.
|
| };
|
|
|
|
|