| Index: Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| diff --git a/Source/platform/exported/WebScrollbarThemeClientImpl.h b/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| index b942086bb90524e5cd03de988599dd4e2fb99585..802d4601c0dbff24e65d993134192e4de4899e98 100644
|
| --- a/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| +++ b/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| @@ -41,7 +41,7 @@ public:
|
| // Caller must retain ownership of this pointer and ensure that its lifetime
|
| // exceeds this instance.
|
| WebScrollbarThemeClientImpl(blink::WebScrollbar*);
|
| - ~WebScrollbarThemeClientImpl();
|
| + virtual ~WebScrollbarThemeClientImpl();
|
|
|
| // Implement ScrollbarThemeClient interface
|
| virtual int x() const OVERRIDE;
|
|
|