| Index: Source/web/WebPerformance.cpp
|
| diff --git a/Source/web/WebPerformance.cpp b/Source/web/WebPerformance.cpp
|
| index 7490801e4db1db992131bfe9a67bf6358be594e9..8b841e730a9e726fea3afd29cbebb6757bca4f18 100644
|
| --- a/Source/web/WebPerformance.cpp
|
| +++ b/Source/web/WebPerformance.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| static double millisecondsToSeconds(unsigned long long milliseconds)
|
| {
|
| @@ -184,4 +184,4 @@ WebPerformance::operator PassRefPtr<Performance>() const
|
| return m_private.get();
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|