| Index: Source/bindings/core/v8/custom/V8WindowCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8WindowCustom.cpp b/Source/bindings/core/v8/custom/V8WindowCustom.cpp
|
| index 98dfc394b31f75f195709693f5931d9d0567c868..a3d11523f1fdbaa186e50ce606ff4d7fc311b316 100644
|
| --- a/Source/bindings/core/v8/custom/V8WindowCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8WindowCustom.cpp
|
| @@ -66,7 +66,7 @@
|
| #include "wtf/Assertions.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // FIXME: There is a lot of duplication with SetTimeoutOrInterval() in V8WorkerGlobalScopeCustom.cpp.
|
| // We should refactor this.
|
| @@ -538,4 +538,4 @@ v8::Handle<v8::Value> toV8(LocalDOMWindow* window, v8::Handle<v8::Object> creati
|
| return global;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|