| Index: Source/core/html/HTMLProgressElement.h
|
| diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h
|
| index abb82aa5a8808f9e8fc362cbff63d84f650e6fd4..28e0125caeb294ca69eb689a5d14c9c0068cc505 100644
|
| --- a/Source/core/html/HTMLProgressElement.h
|
| +++ b/Source/core/html/HTMLProgressElement.h
|
| @@ -62,7 +62,7 @@ private:
|
| virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
|
|
|
| void didElementStateChange();
|
| - virtual void didAddUserAgentShadowRoot(ShadowRoot*) OVERRIDE;
|
| + virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE;
|
| bool isDeterminate() const;
|
|
|
| ProgressValueElement* m_value;
|
|
|