[webkit-reviews] review granted: [Bug 27218] [V8] Add missing check for constructor call in WebKitCSSMatrixConstructor : [Attachment 32662] Add missing cosntructor call check, v1.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 13 09:30:15 PDT 2009


Darin Fisher (:fishd, Google) <fishd at chromium.org> has granted Dimitri Glazkov
(Google) <dglazkov at chromium.org>'s request for review:
Bug 27218: [V8] Add missing check for constructor call in
WebKitCSSMatrixConstructor
https://bugs.webkit.org/show_bug.cgi?id=27218

Attachment 32662: Add missing cosntructor call check, v1.
https://bugs.webkit.org/attachment.cgi?id=32662&action=review

------- Additional Comments from Darin Fisher (:fishd, Google)
<fishd at chromium.org>
> +++ b/WebCore/ChangeLog
> @@ -1,3 +1,14 @@
> +2009-07-13  Dimitri Glazkov	<dglazkov at chromium.org>
> +
> +	   Reviewed by NOBODY (OOPS!).
> +
> +	   [V8] Add a missing check for constructor call in
WebKitCSSMatrixConstructor.
> +
> +	   Test: fast/css/matrix-as-function-crash.html
> +
> +	   * bindings/v8/custom/V8WebKitCSSMatrixConstructor.cpp:
> +	   (WebCore::CALLBACK_FUNC_DECL): Added a check for constructor call.

^^^ needs a bug link

r=me


More information about the webkit-reviews mailing list