| Index: third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.cpp b/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.cpp
|
| index 377c6690a8370227642f186075e7f7f39396bb43..99b7b231d6a94a49bc4ef063e354b0e95dfc0bcf 100644
|
| --- a/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.cpp
|
| @@ -11,7 +11,7 @@ namespace blink {
|
|
|
| std::unique_ptr<CompositorProxiedPropertySet>
|
| CompositorProxiedPropertySet::create() {
|
| - return wrapUnique(new CompositorProxiedPropertySet);
|
| + return WTF::wrapUnique(new CompositorProxiedPropertySet);
|
| }
|
|
|
| CompositorProxiedPropertySet::CompositorProxiedPropertySet() {
|
|
|