Bug 39841 - Build break in FileStream.cpp
Summary: Build break in FileStream.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ben Murdoch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 08:20 PDT by Ben Murdoch
Modified: 2010-05-27 15:26 PDT (History)
2 users (show)

See Also:


Attachments
Patch. (1.24 KB, patch)
2010-05-27 08:28 PDT, Ben Murdoch
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.