Commit 100ab6ca authored by andersca's avatar andersca

Build fix.

        
        * loader/ProgressTracker.cpp:



git-svn-id: svn://svn.chromium.org/blink/trunk@18871 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 07c26289
2007-01-15 Anders Carlsson <acarlsson@apple.com>
Build fix.
* loader/ProgressTracker.cpp:
2007-01-15 Lars Knoll <lars@trolltech.com>
Fix the Qt build
......
......@@ -42,7 +42,7 @@ static const double initialProgressValue = 0.1;
// Similarly, always leave space at the end. This helps show the user that we're not done
// until we're done.
static const double finalProgressValue = 0.9 // 1.0 - initialProgressValue;
static const double finalProgressValue = 0.9; // 1.0 - initialProgressValue
static const int progressItemDefaultEstimatedLength = 1024 * 16;
......
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