| Index: third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp
|
| index e44c9984dcbcbb2bc55c9af9e602109fd95ac32f..d072e0bf3f1d4c235a4a967d3c67c7118cc84b2e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutatorClient.cpp
|
| @@ -32,7 +32,7 @@ base::Closure CompositorMutatorClient::TakeMutations()
|
|
|
| return base::Bind(&CompositorMutationsTarget::applyMutations,
|
| base::Unretained(m_mutationsTarget),
|
| - base::Owned(m_mutations.release().leakPtr()));
|
| + base::Owned(m_mutations.leakPtr()));
|
| }
|
|
|
| void CompositorMutatorClient::setMutationsForTesting(PassOwnPtr<CompositorMutations> mutations)
|
|
|