| Index: Source/core/dom/CustomElementDefinition.cpp
|
| diff --git a/Source/core/dom/CustomElementDefinition.cpp b/Source/core/dom/CustomElementDefinition.cpp
|
| index 70666dc4a6da4aa8156e9907872fa3fcf0fb1645..3882cdee8c8197f223e59edd0d934d98e7659e79 100644
|
| --- a/Source/core/dom/CustomElementDefinition.cpp
|
| +++ b/Source/core/dom/CustomElementDefinition.cpp
|
| @@ -32,10 +32,6 @@
|
|
|
| #include "core/dom/CustomElementDefinition.h"
|
|
|
| -#include "SVGNames.h"
|
| -#include "bindings/v8/CustomElementHelpers.h"
|
| -#include <wtf/Assertions.h>
|
| -
|
| namespace WebCore {
|
|
|
| PassRefPtr<CustomElementDefinition> CustomElementDefinition::create(const AtomicString& type, const AtomicString& name, const AtomicString& namespaceURI)
|
|
|