RESOLVED FIXED Bug 57810
[V8] Keep dirty primitive CSS values alive
https://bugs.webkit.org/show_bug.cgi?id=57810
Summary [V8] Keep dirty primitive CSS values alive
Vitaly Repeshko
Reported 2011-04-04 17:35:20 PDT
[V8] Keep dirty primitive CSS values alive This should make fast/dom/StyleSheet/gc-inline-style-cssvalues.html pass again.
Attachments
patch (3.61 KB, patch)
2011-04-04 17:41 PDT, Vitaly Repeshko
abarth: review+
Vitaly Repeshko
Comment 1 2011-04-04 17:41:53 PDT
anton muhin
Comment 2 2011-04-05 02:27:40 PDT
Comment on attachment 88174 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=88174&action=review LGTM > Source/WebCore/bindings/v8/V8GCController.cpp:368 > + Vector<v8::Persistent<v8::Value> > values; nit: may you add a space between < and v8::Persistent?
Vitaly Repeshko
Comment 3 2011-04-05 14:20:53 PDT
M LayoutTests/ChangeLog M LayoutTests/platform/chromium/test_expectations.txt M Source/WebCore/ChangeLog M Source/WebCore/bindings/v8/V8GCController.cpp Committed r82981
Note You need to log in before you can comment on or make changes to this bug.