Commit 2b0b0329 authored by fsamuel@chromium.org's avatar fsamuel@chromium.org

<webview>: Fixed uninitialized variable

BUG=none
TBR=fsamuel@chromium.org

Review URL: https://codereview.chromium.org/368953004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281784 0039d316-1c4b-4281-b951-d872f2087c98
parent 3fa52584
...@@ -229,6 +229,7 @@ WebViewGuest::WebViewGuest(content::BrowserContext* browser_context, ...@@ -229,6 +229,7 @@ WebViewGuest::WebViewGuest(content::BrowserContext* browser_context,
is_overriding_user_agent_(false), is_overriding_user_agent_(false),
main_frame_id_(0), main_frame_id_(0),
chromevox_injected_(false), chromevox_injected_(false),
current_zoom_factor_(1.0),
find_helper_(this), find_helper_(this),
javascript_dialog_helper_(this) { javascript_dialog_helper_(this) {
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment