[webkit-reviews] review granted: [Bug 184525] [Win][WebKit] Implement InjectedBundleWin.cpp : [Attachment 338076] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 17 04:14:31 PDT 2018


Konstantin Tokarev <annulen at yandex.ru> has granted Fujii Hironori
<Hironori.Fujii at sony.com>'s request for review:
Bug 184525: [Win][WebKit] Implement InjectedBundleWin.cpp
https://bugs.webkit.org/show_bug.cgi?id=184525

Attachment 338076: Patch

https://bugs.webkit.org/attachment.cgi?id=338076&action=review




--- Comment #4 from Konstantin Tokarev <annulen at yandex.ru> ---
Comment on attachment 338076
  --> https://bugs.webkit.org/attachment.cgi?id=338076
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=338076&action=review

> Source/WebKit/WebProcess/InjectedBundle/win/InjectedBundleWin.cpp:45
> +    (*proc)(toAPI(this), toAPI(initializationUserData));

You can write it simply as

   proc(toAPI(this), toAPI(initializationUserData));


More information about the webkit-reviews mailing list