Mojo: Mojom: Use super() in the AST code.
The python 2.x super() is super annoying, but using it is (arguably) slightly less fragile than just calling the superclass's methods directly. Also, make the various __eq__()s call their super's __eq__() (except for NodeBase). R=davemoore@chromium.org Review URL: https://codereview.chromium.org/393593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283191 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment