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

Unified Diff: third_party/WebKit/Source/core/events/NodeEventContext.cpp

Issue 1852663002: Oilpan: Remove WillBe types (part 9) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/NodeEventContext.cpp
diff --git a/third_party/WebKit/Source/core/events/NodeEventContext.cpp b/third_party/WebKit/Source/core/events/NodeEventContext.cpp
index 22c8ba7963dd760643cab2e1e2805c509e0ce28c..f142958906b4c62cb48e3ff655cd2b1a9c199b5b 100644
--- a/third_party/WebKit/Source/core/events/NodeEventContext.cpp
+++ b/third_party/WebKit/Source/core/events/NodeEventContext.cpp
@@ -34,9 +34,7 @@
namespace blink {
-DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(NodeEventContext)
-
-NodeEventContext::NodeEventContext(PassRefPtrWillBeRawPtr<Node> node, PassRefPtrWillBeRawPtr<EventTarget> currentTarget)
+NodeEventContext::NodeEventContext(RawPtr<Node> node, RawPtr<EventTarget> currentTarget)
: m_node(node)
, m_currentTarget(currentTarget)
{
« no previous file with comments | « third_party/WebKit/Source/core/events/NodeEventContext.h ('k') | third_party/WebKit/Source/core/events/PageTransitionEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698