1. 03 May, 2018 15 commits
  2. 02 May, 2018 24 commits
  3. 01 May, 2018 1 commit
    • Kenton Varda's avatar
      Cleanup: Move thread_data_table_ to end of Isolate class. · 5a9b1d5b
      Kenton Varda authored
      In b49206de I changed thread_data_table_ and thread_data_table_mutex_ from
      static members to regular class member variables. To do this, I only deleted
      the `static` keyword and left the declarations where they were. This was a
      little odd in that all of the dynamic class members are declared together in
      one place, but now these two new members weren't next to the rest. Making it
      a little bit weirder is the fact that these two new members actually ended up
      being the first members of the class, since the exsiting dynamic members were
      declared later.
      
      This change merely moves these two members down to the end of the dynamic
      member variable list, where they probably should have gone.
      
      Bug: chromium:837477
      
      Change-Id: If993935cc56c8026bb7331493ed657c42ba06ac7
      Reviewed-on: https://chromium-review.googlesource.com/1036478Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Commit-Queue: Yang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52902}
      5a9b1d5b