This bug was introduced by r111986 and the subsequent compile fix r111992. ThextureMapperShaderManager has a map that holds references to all shader programs. If this map does not contain a shader program of the requested type, a new shader program should be created and a reference to it will be stored in the map. If the requested type exists in the map already, a reference to the existing instance shall be returned. See also: https://bugs.webkit.org/show_bug.cgi?id=82049
Created attachment 133761 [details] patch for review.
Comment on attachment 133761 [details] patch for review. Clearing flags on attachment: 133761 Committed r112075: <http://trac.webkit.org/changeset/112075>
All reviewed patches have been landed. Closing bug.