Fix perf regression in blink_perf.shadow_dom.
The static strings were destructed at the exit instead of leaked, causing performance regression. Since the GCInfo objects are leaked, holding a reference in the struct will leak the strings. BUG=520948 Review URL: https://codereview.chromium.org/1300263003 git-svn-id: svn://svn.chromium.org/blink/trunk@200944 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment