💄 Fix cpplint warnings.
This commit is contained in:
parent
cd68396bd5
commit
7e67f7632d
5 changed files with 20 additions and 10 deletions
|
@ -460,7 +460,8 @@ void Window::IsLoading(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
|||
}
|
||||
|
||||
// static
|
||||
void Window::IsWaitingForResponse(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
||||
void Window::IsWaitingForResponse(
|
||||
const v8::FunctionCallbackInfo<v8::Value>& args) {
|
||||
UNWRAP_WINDOW_AND_CHECK;
|
||||
args.GetReturnValue().Set(
|
||||
self->window_->GetWebContents()->IsWaitingForResponse());
|
||||
|
@ -610,7 +611,8 @@ void Window::Reload(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
|||
}
|
||||
|
||||
// static
|
||||
void Window::ReloadIgnoringCache(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
||||
void Window::ReloadIgnoringCache(
|
||||
const v8::FunctionCallbackInfo<v8::Value>& args) {
|
||||
UNWRAP_WINDOW_AND_CHECK;
|
||||
|
||||
NavigationController& controller =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue