[Webkit-unassigned] [Bug 13709] Table border doesn't show up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 12:01:58 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=13709





--- Comment #47 from Suchit Agrawal <a.suchit at samsung.com>  2013-04-05 12:00:09 PST ---
(In reply to comment #45)
> (From update of attachment 196646 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=196646&action=review
> 
> > Source/WebCore/css/StyleBuilder.cpp:584
> > -        // note: CSSPropertyLetter/WordSpacing right now sets to zero if it's not a primitive value for some reason...
> > -        if (!value->isPrimitiveValue())
> > -            return;
> > -
> >          CSSPrimitiveValue* primitiveValue = static_cast<CSSPrimitiveValue*>(value);
> 
It was removed because Ther was commet that this condition for ASSPropertyLetter/wordspacing. As per discussion with you. I revert back it.

> 
> Why is it ok to remove this test? Does something guarantee the value is primitive?
> 
> > Source/WebCore/css/StyleBuilder.cpp:618
> > +enum ComputeLengthNormal {NormalDisabled = 0, NormalEnabled};
> > +enum ComputeLengthSVGZoom {SVGZoomDisabled = 0, SVGZoomEnabled};
> 
> I don't think these are used anywhere anymore. You should remove them.
> 
I removed these enums.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list