| Index: Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp b/Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp
|
| index 0e2b105c0e03d821a2677696913ee8a7da6f4ddd..9c670c67dc5bceb105d8ec7ab81e644415ec3c6e 100644
|
| --- a/Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp
|
| @@ -40,7 +40,7 @@
|
| #include "core/dom/MutationObserver.h"
|
| #include "core/dom/Node.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void V8MutationObserver::constructorCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| @@ -77,4 +77,4 @@ void V8MutationObserver::visitDOMWrapper(void* object, const v8::Persistent<v8::
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|