| Index: Source/web/WebCustomElement.cpp
|
| diff --git a/Source/web/WebCustomElement.cpp b/Source/web/WebCustomElement.cpp
|
| index f34222e06d6618038524382490e65e9d7e6fa746..213ba6aacf337e81ab84cbe28f311a27207c4ca3 100644
|
| --- a/Source/web/WebCustomElement.cpp
|
| +++ b/Source/web/WebCustomElement.cpp
|
| @@ -37,7 +37,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebCustomElement::addEmbedderCustomElementName(const WebString& name)
|
| {
|
| @@ -45,4 +45,4 @@ void WebCustomElement::addEmbedderCustomElementName(const WebString& name)
|
| CustomElement::addEmbedderCustomElementName(name);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|