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

Unified Diff: Source/bindings/core/v8/V8HiddenValue.h

Issue 1181353005: Return null when no promise/reason is given in PromiseRejectionEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/V8HiddenValue.h
diff --git a/Source/bindings/core/v8/V8HiddenValue.h b/Source/bindings/core/v8/V8HiddenValue.h
index bba471a6d9192aaee0f3482d74b711edfc950fa8..805e291964ffd1805c37c42fda5cb326cc76506b 100644
--- a/Source/bindings/core/v8/V8HiddenValue.h
+++ b/Source/bindings/core/v8/V8HiddenValue.h
@@ -36,6 +36,8 @@ class ScriptWrappable;
V(idbCursorRequest) \
V(port1) \
V(port2) \
+ V(promise) \
+ V(reason) \
V(state) \
V(stringData) \
V(thenableHiddenPromise) \

Powered by Google App Engine
This is Rietveld 408576698