* SUMMARY Reduce direct callers of Structure::findStructuresAndMapForMaterialization. Structure::findStructuresAndMapForMaterialization has a very subtle locking contract. Most places that use it, simply want to iterate over all of the properties of the structure. For that, we can use Structure::forEachPropertyConcurrently. Here the code was identical, so just share the code.
Created attachment 272368 [details] [PATCH] Proposed Fix
Comment on attachment 272368 [details] [PATCH] Proposed Fix r=me
Comment on attachment 272368 [details] [PATCH] Proposed Fix Clearing flags on attachment: 272368 Committed r197210: <http://trac.webkit.org/changeset/197210>
All reviewed patches have been landed. Closing bug.