5772408ed0
This prevents the ElementFactory's ClassElement for `Object` (which it stores statically) from getting accidentally shared between separate unit tests in a single test run, which could cause state to leak between the tests. R=brianwilkerson@google.com Review URL: https://codereview.chromium.org/1752023002 .