Index: Source/bindings/tests/results/V8TestCallbackInterface.cpp |
diff --git a/Source/bindings/tests/results/V8TestCallbackInterface.cpp b/Source/bindings/tests/results/V8TestCallbackInterface.cpp |
index c41fb75a23f727066ad371c7b445c289a399a6fd..d16d7890664b27c36659c4aa1dcedfc6d802fe38 100644 |
--- a/Source/bindings/tests/results/V8TestCallbackInterface.cpp |
+++ b/Source/bindings/tests/results/V8TestCallbackInterface.cpp |
@@ -16,7 +16,7 @@ |
#include "wtf/GetPtr.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
V8TestCallbackInterface::V8TestCallbackInterface(v8::Handle<v8::Function> callback, ScriptState* scriptState) |
: ActiveDOMCallback(scriptState->executionContext()) |
@@ -232,4 +232,4 @@ void V8TestCallbackInterface::voidMethodWillBeGarbageCollectedArrayArg(const Wil |
ScriptController::callFunction(m_scriptState->executionContext(), m_callback.newLocal(m_scriptState->isolate()), m_scriptState->context()->Global(), 1, argv, m_scriptState->isolate()); |
} |
-} // namespace WebCore |
+} // namespace blink |