| Index: Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
|
| index 792e95f924570b525b6cf3b5c9d0126bd4d5a490..0dc3c58ad59412e4dabdafb33e4ff5638233589a 100644
|
| --- a/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -78,7 +78,7 @@ public:
|
| bool isYoungest() const { return !youngerShadowRoot(); }
|
| bool isOldest() const { return !olderShadowRoot(); }
|
|
|
| - virtual void attach();
|
| + virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
|
|
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
|
|