Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: third_party/WebKit/Source/core/events/EventTarget.h

Issue 2080623002: Revert "Remove OwnPtr from Blink." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/events/EventTarget.h
diff --git a/third_party/WebKit/Source/core/events/EventTarget.h b/third_party/WebKit/Source/core/events/EventTarget.h
index 366bc3fecdc6f39ba2a4917ae587f504b3f20220..56b05446fe18983ecfe9958d116b42021dbec197 100644
--- a/third_party/WebKit/Source/core/events/EventTarget.h
+++ b/third_party/WebKit/Source/core/events/EventTarget.h
@@ -44,7 +44,6 @@
#include "platform/heap/Handle.h"
#include "wtf/Allocator.h"
#include "wtf/text/AtomicString.h"
-#include <memory>
namespace blink {
@@ -79,7 +78,7 @@ public:
DECLARE_TRACE();
EventListenerMap eventListenerMap;
- std::unique_ptr<FiringEventIteratorVector> firingEventIterators;
+ OwnPtr<FiringEventIteratorVector> firingEventIterators;
};
// This is the base class for all DOM event targets. To make your class an
« no previous file with comments | « third_party/WebKit/Source/core/events/EventQueue.h ('k') | third_party/WebKit/Source/core/events/EventTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698