| Index: Source/core/dom/shadow/InsertionPoint.h
|
| diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h
|
| index cbc5afb53899716299cb6416f612ef2bb3ee4825..657f4b8312710fe4698ed303761dc81025d675c1 100644
|
| --- a/Source/core/dom/shadow/InsertionPoint.h
|
| +++ b/Source/core/dom/shadow/InsertionPoint.h
|
| @@ -72,8 +72,8 @@ public:
|
| bool resetStyleInheritance() const;
|
| void setResetStyleInheritance(bool);
|
|
|
| - virtual void attach();
|
| - virtual void detach();
|
| + virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
|
| + virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
|
|
|
| bool shouldUseFallbackElements() const;
|
|
|
|
|