mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This bit doesn't really seem to do anything except prevent a hash table lookup in removeChild. I'm hoping to remove the hash tables anyway, so lets just remove this bit. I also removed the dead m_loading bit. R=ojan@chromium.org Review URL: https://codereview.chromium.org/789603003