87bcbf9147
setSignature is only called for classes with constructors or static members, so previously _runtimeType was only set explicitly on such classes. Now _runtimeType is not set on any classes except for Object, and all other types inherit _runtimeType from Object. R=jmesserly@google.com Review URL: https://codereview.chromium.org/2076713002 .