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

Unified Diff: third_party/WebKit/Source/bindings/scripts/v8_interface.py

Issue 2647643002: Fix V8 bindings for named constructors to set prototype object correctly (Closed)
Patch Set: Fixed failing test 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/scripts/v8_interface.py
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_interface.py b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
index c72c8e23aeca3741dcc44a9b2aca44de74704ff7..183ce711db769874a47f0c664dabd42c1e668a9e 100644
--- a/third_party/WebKit/Source/bindings/scripts/v8_interface.py
+++ b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
@@ -332,6 +332,7 @@ def interface_context(interface, interfaces):
'%s' % interface.name)
includes.add('bindings/core/v8/V8ObjectConstructor.h')
+ includes.add('bindings/core/v8/V8PrivateProperty.h')
Yuki 2017/01/20 05:54:42 nit: You can do this only if named_constructor: Th
sashab 2017/01/25 02:34:51 Done ty! :)
includes.add('core/frame/LocalDOMWindow.h')
elif 'Measure' in extended_attributes or 'MeasureAs' in extended_attributes:
if not interface.is_partial:

Powered by Google App Engine
This is Rietveld 408576698