Index: Source/bindings/core/v8/custom/V8TrackEventCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8TrackEventCustom.cpp b/Source/bindings/core/v8/custom/V8TrackEventCustom.cpp |
index f70db0945114ebf669cbb11aa1f39a92e4bd506d..e46c455cd5c6a10e63f3c5a5576b5b7ff17d5812 100644 |
--- a/Source/bindings/core/v8/custom/V8TrackEventCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8TrackEventCustom.cpp |
@@ -37,7 +37,7 @@ |
#include "core/html/track/TrackBase.h" |
#include "core/html/track/TrackEvent.h" |
-namespace WebCore { |
+namespace blink { |
void V8TrackEvent::trackAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info) |
{ |
@@ -66,4 +66,4 @@ void V8TrackEvent::trackAttributeGetterCustom(const v8::PropertyCallbackInfo<v8: |
v8SetReturnValueNull(info); |
} |
-} // namespace WebCore |
+} // namespace blink |