Chromium Code Reviews| Index: Source/core/dom/shadow/ElementShadow.h |
| diff --git a/Source/core/dom/shadow/ElementShadow.h b/Source/core/dom/shadow/ElementShadow.h |
| index 914471bd0ab96a55cdda9d7db0cc7f8a563bc2dd..96e783e7c715b55f6af5fa3c4e02b06ba8570c27 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& = Node::AttachContext()); |
| + void detach(const Node::AttachContext& = Node::AttachContext()); |
|
esprehn
2013/06/14 22:25:27
I don't think you need the default values. We shou
|
| bool childNeedsStyleRecalc() const; |
| bool needsStyleRecalc() const; |