| Index: third_party/WebKit/Source/platform/PODRedBlackTree.h
|
| diff --git a/third_party/WebKit/Source/platform/PODRedBlackTree.h b/third_party/WebKit/Source/platform/PODRedBlackTree.h
|
| index f449469d7578b3dc5744a493ce806751890c85fb..bd739a8aa06d881f69dd703d5e9a15dc9c1f3df7 100644
|
| --- a/third_party/WebKit/Source/platform/PODRedBlackTree.h
|
| +++ b/third_party/WebKit/Source/platform/PODRedBlackTree.h
|
| @@ -158,7 +158,7 @@ public:
|
|
|
| bool isInitialized() const
|
| {
|
| - return m_arena;
|
| + return m_arena.get();
|
| }
|
|
|
| void initIfNeeded()
|
|
|