* SUMMARY We are accidentally creating rulesMap entries for rules without identifiers. This was causing a bogus entry in the rulesMap which could cause problems later on. We started with a null mapKey, which accidentally turns into a string with: > mapKey += ":" + occurrence;
<rdar://problem/19408185>
Created attachment 244236 [details] [PATCH] Proposed Fix
Comment on attachment 244236 [details] [PATCH] Proposed Fix Clearing flags on attachment: 244236 Committed r178096: <http://trac.webkit.org/changeset/178096>
All reviewed patches have been landed. Closing bug.