| Index: Source/platform/ThreadTimers.cpp
|
| diff --git a/Source/platform/ThreadTimers.cpp b/Source/platform/ThreadTimers.cpp
|
| index 3e62a0858631ec2af5ae3bcf6c5b7b729b1e91e4..5be280a25ace2806701005b539162207e6c08029 100644
|
| --- a/Source/platform/ThreadTimers.cpp
|
| +++ b/Source/platform/ThreadTimers.cpp
|
| @@ -37,7 +37,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Fire timers for this length of time, and then quit to let the run loop process user input events.
|
| // 100ms is about a perceptable delay in UI, so use a half of that as a threshold.
|
| @@ -155,5 +155,5 @@ void ThreadTimers::fireTimersInNestedEventLoop()
|
| updateSharedTimer();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|