We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c39aef commit 3376145Copy full SHA for 3376145
src/node_url.cc
@@ -426,9 +426,9 @@ void BindingData::Parse(const FunctionCallbackInfo<Value>& args) {
426
}
427
428
void BindingData::Update(const FunctionCallbackInfo<Value>& args) {
429
- CHECK(args[0]->IsString()); // href
430
- CHECK(args[1]->IsNumber()); // action type
431
- CHECK(args[2]->IsString()); // new value
+ CHECK(args[0]->IsString()); // href
+ CHECK(args[1]->IsNumber()); // action type
+ CHECK(args[2]->IsString()); // new value
432
433
Realm* realm = Realm::GetCurrent(args);
434
BindingData* binding_data = realm->GetBindingData<BindingData>();
0 commit comments