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

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: Rebase Created 3 years, 9 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 baf58f685d7fbb04c688ae1daf78d44af48568fb..6d8679889fe95630aad6541b641c2cf530120a2d 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h
@@ -34,6 +34,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