Add default statement
This commit is contained in:
parent
4823a04a44
commit
f33537336b
1 changed files with 1 additions and 0 deletions
|
@ -749,6 +749,7 @@ std::string WebContents::GetType() const {
|
|||
case BROWSER_WINDOW: return "window";
|
||||
case WEB_VIEW: return "webview";
|
||||
case REMOTE: return "remote";
|
||||
default: return "";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue