| Index: Source/bindings/core/v8/CustomElementWrapper.cpp
|
| diff --git a/Source/bindings/core/v8/CustomElementWrapper.cpp b/Source/bindings/core/v8/CustomElementWrapper.cpp
|
| index e1e8bfa0b81318ba741838add9ac27f6ce1ddc31..eaeb802e9836b9954b4cf5f18f60d32f59da91c2 100644
|
| --- a/Source/bindings/core/v8/CustomElementWrapper.cpp
|
| +++ b/Source/bindings/core/v8/CustomElementWrapper.cpp
|
| @@ -43,7 +43,7 @@
|
| #include "core/html/HTMLUnknownElement.h"
|
| #include "core/svg/SVGElement.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| template<typename ElementType>
|
| v8::Handle<v8::Object> createDirectWrapper(ElementType*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
| @@ -117,4 +117,4 @@ class CustomElementWrapper<HTMLElement, V8HTMLElement>;
|
| template
|
| class CustomElementWrapper<SVGElement, V8SVGElement>;
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|