[webkit-reviews] review denied: [Bug 82560] Implement canvas v5 line dash feature : [Attachment 162291] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 5 11:57:27 PDT 2012


Dean Jackson <dino at apple.com> has denied Justin Novosad <junov at google.com>'s
request for review:
Bug 82560: Implement canvas v5 line dash feature
https://bugs.webkit.org/show_bug.cgi?id=82560

Attachment 162291: Patch
https://bugs.webkit.org/attachment.cgi?id=162291&action=review

------- Additional Comments from Dean Jackson <dino at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=162291&action=review


> Source/WebCore/bindings/js/JSDOMBinding.h:388
> +	   static inline bool arrayNativeValue(JSC::ExecState* exec,
JSC::JSValue jsValue, double& indexedValue)

Remove the "exec" to avoid the unused param error.


More information about the webkit-reviews mailing list