| Index: third_party/WebKit/Source/core/loader/ProgressTracker.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/ProgressTracker.cpp b/third_party/WebKit/Source/core/loader/ProgressTracker.cpp
|
| index 03bfef631c31253a24d8bbb2bc4557d65184c183..bcaa6a1e24a367f15b73837f6edf2e7346d181b7 100644
|
| --- a/third_party/WebKit/Source/core/loader/ProgressTracker.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/ProgressTracker.cpp
|
| @@ -53,7 +53,8 @@ static const double progressNotificationInterval = 0.02;
|
| static const double progressNotificationTimeInterval = 0.1;
|
|
|
| struct ProgressItem {
|
| - WTF_MAKE_NONCOPYABLE(ProgressItem); USING_FAST_MALLOC(ProgressItem);
|
| + WTF_MAKE_NONCOPYABLE(ProgressItem);
|
| + USING_FAST_MALLOC(ProgressItem);
|
| public:
|
| ProgressItem(long long length)
|
| : bytesReceived(0)
|
|
|