Index: Source/core/dom/shadow/ElementShadow.h |
diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h |
index fc7c7b9765b7983ae5baafbf2dc52f32bde769e3..a92ea0c6fff0d3d66e9fcb947013cdf0d54b6422 100644 |
--- a/Source/core/dom/shadow/ElementShadow.h |
+++ b/Source/core/dom/shadow/ElementShadow.h |
@@ -58,8 +58,8 @@ public: |
ShadowRoot* addShadowRoot(Element* shadowHost, ShadowRoot::ShadowRootType); |
- void attach(); |
- void detach(); |
+ void attach(const Node::AttachContext&); |
+ void detach(const Node::AttachContext&); |
bool childNeedsStyleRecalc() const; |
bool needsStyleRecalc() const; |