Bug 39841

Summary: Build break in FileStream.cpp
Product: WebKit Reporter: Ben Murdoch <benm>
Component: WebCore Misc.Assignee: Ben Murdoch <benm>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jianli
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch. none

Description Ben Murdoch 2010-05-27 08:20:03 PDT
Undefined variable in FileStream.cpp:114 - when building with ENABLE_BLOB_SLICE undefined. I assume it should be m_totalBytesToRead rather than m_total?

Patch coming.
Comment 1 Ben Murdoch 2010-05-27 08:28:56 PDT
Created attachment 57248 [details]
Patch.
Comment 2 Jian Li 2010-05-27 10:10:10 PDT
Comment on attachment 57248 [details]
Patch.

Looks good. Thanks for fixing this.

r=me
Comment 3 WebKit Commit Bot 2010-05-27 15:26:27 PDT
Comment on attachment 57248 [details]
Patch.

Clearing flags on attachment: 57248

Committed r60325: <http://trac.webkit.org/changeset/60325>
Comment 4 WebKit Commit Bot 2010-05-27 15:26:32 PDT
All reviewed patches have been landed.  Closing bug.