| Index: third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.cpp b/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.cpp
|
| index 728a7ef04090f8a24b84e9ff77d746253042d581..63b460c321e1b7c9bd062c5c2d4e8e1091d6a1f4 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.cpp
|
| @@ -99,7 +99,7 @@ intptr_t RetainedDOMInfo::GetElementCount()
|
|
|
| intptr_t RetainedDOMInfo::GetEquivalenceClass()
|
| {
|
| - return reinterpret_cast<intptr_t>(m_root);
|
| + return reinterpret_cast<intptr_t>(m_root.get());
|
| }
|
|
|
| ActiveDOMObjectsInfo::ActiveDOMObjectsInfo(int numberOfObjectsWithPendingActivity)
|
|
|