[webkit-reviews] review granted: [Bug 69893] Implement a BeforeLoadEvent constructor for JSC : [Attachment 110644] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 09:45:37 PDT 2011


Adam Barth <abarth at webkit.org> has granted Kentaro Hara
<haraken at chromium.org>'s request for review:
Bug 69893: Implement a BeforeLoadEvent constructor for JSC
https://bugs.webkit.org/show_bug.cgi?id=69893

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

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


> Source/WebCore/dom/BeforeLoadEvent.h:38
> +    BeforeLoadEventInit()
> +    {
> +    };

You can these all on one line with a space between the { } if you want.


More information about the webkit-reviews mailing list