Fix compile errors.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@546 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2012-03-23 00:19:51 +00:00
parent c814366421
commit 4f1dd4f96c
1 changed files with 1 additions and 1 deletions

View File

@ -1582,8 +1582,8 @@ CefFrameImpl::CefFrameImpl(CefBrowserImpl* browser,
const CefString& name,
const CefString& url)
: browser_(browser),
id_(id),
name_(name),
id_(id),
url_(url) {
}