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

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

Issue 373423002: Split Dictionary's get and convert into DictionaryHelper. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed LICENSE and windows build Created 6 years, 5 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/scripts/v8_interface.py
diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py
index 887f05815df0f570fc2213dedbff1d8576b6a176..dff0e6345cfa664b146a381fdda0f4e74d13f07c 100644
--- a/Source/bindings/scripts/v8_interface.py
+++ b/Source/bindings/scripts/v8_interface.py
@@ -198,6 +198,7 @@ def interface_context(interface):
if attribute.idl_type.name == 'Any']
if has_event_constructor:
includes.add('bindings/core/v8/Dictionary.h')
Nils Barth (inactive) 2014/07/09 13:20:37 set.update, so: includes.update(['bindings/core/v8
tasak 2014/07/10 04:52:08 Done.
+ includes.add('bindings/core/v8/DictionaryHelper.h')
if any_type_attributes:
includes.add('bindings/core/v8/SerializedScriptValue.h')

Powered by Google App Engine
This is Rietveld 408576698