ShrinkToFit() all the DFA's vectors when we no longer need to add new nodes to it
Created attachment 257613 [details] Patch
Comment on attachment 257613 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=257613&action=review r=me > Source/WebCore/contentextensions/DFA.h:44 > + void finalize(); I would call this "shrinkToFit". "Finalize" usually means "I'm not going to use this anymore".
Committed r187467: <http://trac.webkit.org/changeset/187467>