Commit 0f384c45 authored by darin@chromium.org's avatar darin@chromium.org

Fix build oops.

TBR=tony

Review URL: http://codereview.chromium.org/6254013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71996 0039d316-1c4b-4281-b951-d872f2087c98
parent 0fd62c49
...@@ -25,8 +25,8 @@ namespace webkit_glue { ...@@ -25,8 +25,8 @@ namespace webkit_glue {
ResourceFetcher::ResourceFetcher(const GURL& url, WebFrame* frame, ResourceFetcher::ResourceFetcher(const GURL& url, WebFrame* frame,
Callback* c) Callback* c)
: url_(url), : url_(url),
callback_(c), completed_(false),
completed_(false) { callback_(c) {
// Can't do anything without a frame. However, delegate can be NULL (so we // Can't do anything without a frame. However, delegate can be NULL (so we
// can do a http request and ignore the results). // can do a http request and ignore the results).
DCHECK(frame); DCHECK(frame);
......
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