Ignore:
Timestamp:
Mar 23, 2010, 8:47:02 AM (15 years ago)
Author:
[email protected]
Message:

Unreviewed build fix.

Try to make the window buildbot happy.

  • xml/XMLHttpRequestProgressEventThrottle.cpp:
  • xml/XMLHttpRequestProgressEventThrottle.h: Move initialization of the

static const in the cpp file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp

    r56394 r56397  
    3232
    3333namespace WebCore {
     34
     35const double XMLHttpRequestProgressEventThrottle::minimumProgressEventDispatchingIntervalInSeconds = .05; // 50 ms per specification.
    3436
    3537XMLHttpRequestProgressEventThrottle::XMLHttpRequestProgressEventThrottle(EventTarget* target)
Note: See TracChangeset for help on using the changeset viewer.