RESOLVED FIXED 157622
[css-grid] Show auto-repeat line names in ComputedStyle
https://bugs.webkit.org/show_bug.cgi?id=157622
Summary [css-grid] Show auto-repeat line names in ComputedStyle
Sergio Villar Senin
Reported 2016-05-12 03:49:21 PDT
[css-grid] Show auto-repeat line names in ComputedStyle
Attachments
Patch (14.68 KB, patch)
2016-05-12 04:04 PDT, Sergio Villar Senin
darin: review+
Sergio Villar Senin
Comment 1 2016-05-12 04:04:28 PDT
Manuel Rego Casasnovas
Comment 2 2016-05-12 05:59:15 PDT
Comment on attachment 278727 [details] Patch LGTM.
Darin Adler
Comment 3 2016-05-12 08:51:56 PDT
Comment on attachment 278727 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=278727&action=review > Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1109 > RefPtr<CSSGridLineNamesValue> lineNames = CSSGridLineNamesValue::create(); This local variable should be auto, not RefPtr, and I think it would then be a Ref. > Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1112 > + list.append(lineNames.releaseNonNull()); Then this would be WTFMove, not releaseNonNull.
Sergio Villar Senin
Comment 4 2016-05-13 00:41:07 PDT
Note You need to log in before you can comment on or make changes to this bug.