DescriptionIDL: Make v8_utilities.py not depend on v8_types.py
This is useful since v8_types.py depends on v8_utilities.py, indirectly.
Thus, if v8_utilities.py imports v8_types like it currently does, it is
not possible to import v8_utilities unless v8_types has been imported
first.
All v8_utilities.py actually used from v8_types.py was a helper function
that returns a string with 'V8' prepended. I think we can afford to
duplicate this functionality.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194981
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|