| Index: third_party/WebKit/Source/web/WebCustomElement.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebCustomElement.cpp b/third_party/WebKit/Source/web/WebCustomElement.cpp
|
| index cb99a41b67e39cf638daf8c730168e27c07fbee1..b8655dd2b7811c089f9f3173b11d489fff9fa43e 100644
|
| --- a/third_party/WebKit/Source/web/WebCustomElement.cpp
|
| +++ b/third_party/WebKit/Source/web/WebCustomElement.cpp
|
| @@ -30,14 +30,14 @@
|
|
|
| #include "public/web/WebCustomElement.h"
|
|
|
| -#include "core/dom/custom/CustomElement.h"
|
| +#include "core/dom/custom/V0CustomElement.h"
|
| #include "public/platform/WebString.h"
|
|
|
| namespace blink {
|
|
|
| void WebCustomElement::addEmbedderCustomElementName(const WebString& name)
|
| {
|
| - CustomElement::addEmbedderCustomElementName(name);
|
| + V0CustomElement::addEmbedderCustomElementName(name);
|
| }
|
|
|
| } // namespace blink
|
|
|