| Index: Source/core/html/HTMLKeygenElement.h
|
| diff --git a/Source/core/html/HTMLKeygenElement.h b/Source/core/html/HTMLKeygenElement.h
|
| index 819537657a6f11be36b21a22553397ee22ae8126..5c53ac4d56cf094ad917265e0ca792a5135ff04f 100644
|
| --- a/Source/core/html/HTMLKeygenElement.h
|
| +++ b/Source/core/html/HTMLKeygenElement.h
|
| @@ -59,7 +59,7 @@ private:
|
| virtual void resetImpl() OVERRIDE;
|
| virtual bool shouldSaveAndRestoreFormControlState() const OVERRIDE { return false; }
|
|
|
| - virtual void didAddUserAgentShadowRoot(ShadowRoot*) OVERRIDE;
|
| + virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE;
|
|
|
| HTMLSelectElement* shadowSelect() const;
|
| };
|
|
|