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

Unified Diff: Source/bindings/core/v8/v8.gypi

Issue 897523002: Handle rejected promises better for workers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: go back to having rejected-promises be handled on the main thread by EndOfTaskRunner Created 5 years, 10 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: Source/bindings/core/v8/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index c022813c563eae584ad87faeaea6a0ac8f63449a..9a38ec6516fee91e1bcb2a9f3addde769084c9cf 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -48,6 +48,8 @@
'PostMessage.h',
'PrivateScriptRunner.cpp',
'PrivateScriptRunner.h',
+ 'RejectedPromises.cpp',
+ 'RejectedPromises.h',
'RetainedDOMInfo.cpp',
'RetainedDOMInfo.h',
'RetainedObjectInfo.h',

Powered by Google App Engine
This is Rietveld 408576698