diff options
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r-- | components/script_traits/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index e61c83b4e6b..ac3632c6a08 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -402,6 +402,8 @@ pub struct IFrameLoadInfo { pub new_pipeline_id: PipelineId, /// Sandbox type of this iframe pub sandbox: IFrameSandboxState, + /// Whether this iframe should be considered private + pub is_private: bool, } // https://developer.mozilla.org/en-US/docs/Web/API/Using_the_Browser_API#Events |