| Index: third_party/WebKit/Source/platform/exported/WebScrollbarImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.h b/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.h
|
| index a72fb4994483913c7494579a968dcf31d7ba589d..e934e9ab6daa483f480f6e436b6dfbead320c2f3 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.h
|
| +++ b/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.h
|
| @@ -66,7 +66,7 @@ public:
|
| private:
|
| explicit WebScrollbarImpl(Scrollbar*);
|
|
|
| - RefPtrWillBePersistent<Scrollbar> m_scrollbar;
|
| + Persistent<Scrollbar> m_scrollbar;
|
| };
|
|
|
| } // namespace blink
|
|
|