Index: third_party/WebKit/Source/core/layout/LayoutCounter.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutCounter.cpp b/third_party/WebKit/Source/core/layout/LayoutCounter.cpp |
index 8a74e0c7a1e6f3b42a2a25a2e6b84d0a24bd5198..c3319605ab99b2a97965b030383abd932e233d5a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutCounter.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutCounter.cpp |
@@ -392,7 +392,7 @@ static CounterNode* makeCounterNodeIfNeeded(LayoutObject& object, |
nodeMap = counterMaps().get(&object); |
} else { |
nodeMap = new CounterMap; |
- counterMaps().set(&object, wrapUnique(nodeMap)); |
+ counterMaps().set(&object, WTF::wrapUnique(nodeMap)); |
object.setHasCounterNodeMap(true); |
} |
nodeMap->set(identifier, newNode); |