Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebCustomElement.cpp
index 213ba6a..0a65fb6 100644 (file)
@@ -32,7 +32,6 @@
 #include "WebCustomElement.h"
 
 #include "../platform/WebString.h"
-#include "RuntimeEnabledFeatures.h"
 #include "core/dom/custom/CustomElement.h"
 
 using namespace WebCore;
@@ -41,7 +40,6 @@ namespace blink {
 
 void WebCustomElement::addEmbedderCustomElementName(const WebString& name)
 {
-    ASSERT(RuntimeEnabledFeatures::embedderCustomElementsEnabled());
     CustomElement::addEmbedderCustomElementName(name);
 }