mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix wrapping of comments in generated files.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1623 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -36,7 +36,7 @@ bool CefJSDialogHandlerCToCpp::OnJSDialog(CefRefPtr<CefBrowser> browser,
|
||||
if (!callback.get())
|
||||
return false;
|
||||
// Unverified params: origin_url, accept_lang, message_text,
|
||||
default_prompt_text
|
||||
// default_prompt_text
|
||||
|
||||
// Translate param: suppress_message; type: bool_byref
|
||||
int suppress_messageInt = suppress_message;
|
||||
|
Reference in New Issue
Block a user