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

Unified Diff: Source/bindings/scripts/unstable/idl_reader.py

Issue 179423002: Use a class for CodeGeneratorV8 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweaks Created 6 years, 10 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/unstable/idl_reader.py
diff --git a/Source/bindings/scripts/unstable/idl_reader.py b/Source/bindings/scripts/unstable/idl_reader.py
index 1b0ea0436e5f0650b584bdfd5f36fbab86afa95c..f7cf553203016574eb0fba134f33ad1d40b3501a 100644
--- a/Source/bindings/scripts/unstable/idl_reader.py
+++ b/Source/bindings/scripts/unstable/idl_reader.py
@@ -36,7 +36,7 @@ import idl_validator
import interface_dependency_resolver
-class IdlReader:
+class IdlReader(object):
def __init__(self, interfaces_info=None, idl_attributes_filename=None, outputdir=''):
if idl_attributes_filename:
self.extended_attribute_validator = idl_validator.IDLExtendedAttributeValidator(idl_attributes_filename)
« no previous file with comments | « Source/bindings/scripts/unstable/idl_definitions.py ('k') | Source/bindings/scripts/unstable/interface_dependency_resolver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698