| Index: Source/core/html/shadow/ContentDistributor.cpp
|
| diff --git a/Source/core/html/shadow/ContentDistributor.cpp b/Source/core/html/shadow/ContentDistributor.cpp
|
| index 9f30ad6615eb5919d1789d49408f3e06615b6fe7..fac95371dd0a48eff385f3774ff80bb8e1862ac8 100644
|
| --- a/Source/core/html/shadow/ContentDistributor.cpp
|
| +++ b/Source/core/html/shadow/ContentDistributor.cpp
|
| @@ -189,7 +189,7 @@ ContentDistributor::~ContentDistributor()
|
|
|
| InsertionPoint* ContentDistributor::findInsertionPointFor(const Node* key) const
|
| {
|
| - return m_nodeToInsertionPoint.get(key).get();
|
| + return m_nodeToInsertionPoint.get(key);
|
| }
|
|
|
| void ContentDistributor::populate(Node* node, ContentDistribution& pool)
|
|
|