[webkit-reviews] review granted: [Bug 75313] [V8][Chromium] 'randomString' in document.body.style always returns true : [Attachment 120684] [PATCH] Fixed CSS property detection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 28 10:04:55 PST 2011


Adam Barth <abarth at webkit.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 75313: [V8][Chromium] 'randomString' in document.body.style always returns
true
https://bugs.webkit.org/show_bug.cgi?id=75313

Attachment 120684: [PATCH] Fixed CSS property detection
https://bugs.webkit.org/attachment.cgi?id=120684&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=120684&action=review


> Source/WebCore/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp:185
> +    CSSPropertyInfo* propertyInfo = cssPropertyInfo(v8Name);
> +    if (propertyInfo)

We could combine these lines.


More information about the webkit-reviews mailing list