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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h

Issue 1502153005: Revert of Release Oilpan heap singletons prior to LSan leak detection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h b/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h
index 9dc62c4e9198b877e6294654c0e85e98c77eca0e..a839fc9eaf2f658de4639870b0978dccdf46a1b2 100644
--- a/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h
+++ b/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h
@@ -26,6 +26,7 @@
return adoptRefWillBeNoop(new RejectedPromises);
}
+ RejectedPromises();
void dispose();
DECLARE_TRACE();
@@ -37,9 +38,8 @@
private:
class Message;
- RejectedPromises();
+ using MessageQueue = WillBeHeapDeque<OwnPtrWillBeMember<Message>>;
- using MessageQueue = WillBeHeapDeque<OwnPtrWillBeMember<Message>>;
PassOwnPtrWillBeRawPtr<MessageQueue> createMessageQueue();
void processQueueNow(PassOwnPtrWillBeRawPtr<MessageQueue>);
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698