diff options
Diffstat (limited to 'components/layout_thread/dom_wrapper.rs')
-rw-r--r-- | components/layout_thread/dom_wrapper.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/layout_thread/dom_wrapper.rs b/components/layout_thread/dom_wrapper.rs index b9baea95b0e..3161de39b00 100644 --- a/components/layout_thread/dom_wrapper.rs +++ b/components/layout_thread/dom_wrapper.rs @@ -562,6 +562,10 @@ impl<'le> TElement for ServoLayoutElement<'le> { fn shadow_root(&self) -> Option<ShadowRoot<'le>> { None } + + fn containing_shadow(&self) -> Option<ShadowRoot<'le>> { + None + } } impl<'le> PartialEq for ServoLayoutElement<'le> { |