| Index: Source/core/html/shadow/TextFieldDecorationElement.h
|
| diff --git a/Source/core/html/shadow/TextFieldDecorationElement.h b/Source/core/html/shadow/TextFieldDecorationElement.h
|
| index cf34338a09b0c8fc8c5abc00048a885f69931697..5222044a45ea6cdc837db36fdcb7be402fdc3be3 100644
|
| --- a/Source/core/html/shadow/TextFieldDecorationElement.h
|
| +++ b/Source/core/html/shadow/TextFieldDecorationElement.h
|
| @@ -80,8 +80,8 @@ private:
|
| virtual bool isTextFieldDecoration() const OVERRIDE;
|
| virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE;
|
| virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) OVERRIDE;
|
| - virtual void attach() OVERRIDE;
|
| - virtual void detach() OVERRIDE;
|
| + virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
|
| + virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
|
| virtual bool isMouseFocusable() const OVERRIDE;
|
| virtual void defaultEventHandler(Event*) OVERRIDE;
|
|
|
|
|