SSIA
Created attachment 256124 [details] Patch
Comment on attachment 256124 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=256124&action=review > Source/WebKit/win/ChangeLog:3 > + [Win] Remove "!!" operators placed in front of RegisterClassEx() calls. Why? Although the !! is not technically needed, it makes it clear / explicit that we are converting a return value that is not a boolean (ATOM) into a boolean.
Oops. You are right. Thank you for pointing that out! Close the issue.
Comment on attachment 256124 [details] Patch Clearing review / commit-queue requests.