[webkit-reviews] review granted: [Bug 46307] Create one time initialization block for WebView's initWithFrame : [Attachment 68446] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 14:53:05 PDT 2010


Adam Roben (aroben) <aroben at apple.com> has granted Matthew Delaney
<mdelaney at apple.com>'s request for review:
Bug 46307: Create one time initialization block for WebView's initWithFrame
https://bugs.webkit.org/show_bug.cgi?id=46307

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

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=68446&action=review

> WebKit/win/WebView.cpp:2564
> +    static bool didOneTimeInitialization = false;

No need for the " = false". That happens automatically.


More information about the webkit-reviews mailing list