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

Unified Diff: Source/core/inspector/PromiseTracker.cpp

Issue 1116743002: Oilpan: fix build after r194661. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « Source/core/inspector/PromiseTracker.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/PromiseTracker.cpp
diff --git a/Source/core/inspector/PromiseTracker.cpp b/Source/core/inspector/PromiseTracker.cpp
index 7280046f8dd29daa53c18d32ec8272175b350c8d..3f7bf81a46eca67c284dc6313cf8bb00e11c7fb1 100644
--- a/Source/core/inspector/PromiseTracker.cpp
+++ b/Source/core/inspector/PromiseTracker.cpp
@@ -81,7 +81,9 @@ PromiseTracker::PromiseTracker(Listener* listener, v8::Isolate* isolate)
clear();
}
-DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(PromiseTracker);
+PromiseTracker::~PromiseTracker()
+{
+}
DEFINE_TRACE(PromiseTracker)
{
« no previous file with comments | « Source/core/inspector/PromiseTracker.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698