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

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

Issue 309553002: Add ByteString support to IDL bindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/idl_types.py
diff --git a/Source/bindings/scripts/idl_types.py b/Source/bindings/scripts/idl_types.py
index 5d6c1ced8fb45d335567bd6134a37bc8fec09d06..51038309913662e01a75c33773052a5daf3258fe 100644
--- a/Source/bindings/scripts/idl_types.py
+++ b/Source/bindings/scripts/idl_types.py
@@ -40,6 +40,7 @@ BASIC_TYPES = (PRIMITIVE_TYPES | frozenset([
# Built-in, non-composite, non-object data types
# http://www.w3.org/TR/WebIDL/#idl-types
Nils Barth (inactive) 2014/06/02 03:20:16 Could you update this link to the ED? (Otherwise w
jsbell 2014/06/03 23:22:36 Done.
'DOMString',
+ 'ByteString',
'Date',
# http://www.w3.org/TR/WebIDL/#es-type-mapping
'void',

Powered by Google App Engine
This is Rietveld 408576698