Use same name convention in string16_conversions.
This commit is contained in:
parent
8fdd3b3044
commit
a824c88352
9 changed files with 41 additions and 41 deletions
|
@ -465,7 +465,7 @@ v8::Handle<v8::Value> Window::GetPageTitle(const v8::Arguments &args) {
|
|||
|
||||
string16 title = self->window_->GetWebContents()->GetTitle();
|
||||
|
||||
return UTF16ToV8Value(title);
|
||||
return ToV8Value(title);
|
||||
}
|
||||
|
||||
// static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue