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

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

Issue 625943002: Catch uncaught promise rejections from V8 and log to console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 dfc331fd141d2b2b708980269a7800e4c9a5576f..97e178e88fa3c9f1d9c0bf69956532c426a3b31a 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -94,6 +94,7 @@
'ScriptString.h',
'ScriptValue.cpp',
'ScriptValue.h',
+ 'ScriptValueTraits.h',
'ScriptWrappable.cpp',
'ScriptWrappable.h',
'SerializedScriptValue.cpp',

Powered by Google App Engine
This is Rietveld 408576698