| Index: Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
|
| diff --git a/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp b/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
|
| index 4ae325778c850038519b10a6231fe9b09d38ed15..0e2a9cb0eaf1bf736e0734dc05dc14f5b40819c5 100644
|
| --- a/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
|
| +++ b/Source/bindings/core/v8/V8CustomElementLifecycleCallbacks.cpp
|
| @@ -42,7 +42,7 @@
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| #define CALLBACK_LIST(V) \
|
| V(created, Created) \
|
| @@ -260,4 +260,4 @@ void V8CustomElementLifecycleCallbacks::call(const ScopedPersistent<v8::Function
|
| ScriptController::callFunction(executionContext(), callback, receiver, 0, 0, isolate);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|