Index: third_party/WebKit/Source/core/events/EventTarget.cpp |
diff --git a/third_party/WebKit/Source/core/events/EventTarget.cpp b/third_party/WebKit/Source/core/events/EventTarget.cpp |
index a125d77160ca4b119ff44e2d16172b7f283eb566..bf2f203ef1afdaae9122f24b56e7b07619295efb 100644 |
--- a/third_party/WebKit/Source/core/events/EventTarget.cpp |
+++ b/third_party/WebKit/Source/core/events/EventTarget.cpp |
@@ -637,7 +637,7 @@ bool EventTarget::fireEventListeners(Event* event, |
size_t i = 0; |
size_t size = entry.size(); |
if (!d->firingEventIterators) |
- d->firingEventIterators = wrapUnique(new FiringEventIteratorVector); |
+ d->firingEventIterators = WTF::wrapUnique(new FiringEventIteratorVector); |
d->firingEventIterators->append(FiringEventIterator(event->type(), i, size)); |
double blockedEventThreshold = blockedEventsWarningThreshold(context, event); |