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

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

Issue 2647643002: Fix V8 bindings for named constructors to set prototype object correctly (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
index d9cd41637c832b5da4f7e9f4e01f101279a1370d..293331a03af9aa186ebb458d55bc6e88ea22e820 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
@@ -29,6 +29,7 @@ class ScriptWrappable;
X(IntersectionObserver, Callback) \
X(MessageEvent, CachedData) \
X(MutationObserver, Callback) \
+ X(NamedConstructor, Initialized) \
X(PerformanceObserver, Callback) \
X(SameObject, NotificationActions) \
X(SameObject, NotificationData) \

Powered by Google App Engine
This is Rietveld 408576698