| Index: Source/platform/Timer.cpp
|
| diff --git a/Source/platform/Timer.cpp b/Source/platform/Timer.cpp
|
| index 2bfd2df6e8c466069bb3267c6677caf6c1ab5e5e..7ca3953f6b12873b6f1cb3d4e125ad3df30b5270 100644
|
| --- a/Source/platform/Timer.cpp
|
| +++ b/Source/platform/Timer.cpp
|
| @@ -37,7 +37,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class TimerHeapReference;
|
|
|
| @@ -412,5 +412,5 @@ double TimerBase::nextUnalignedFireInterval() const
|
| return max(m_unalignedNextFireTime - monotonicallyIncreasingTime(), 0.0);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|