| Index: Source/bindings/v8/CustomElementConstructorBuilder.cpp | 
| diff --git a/Source/bindings/v8/CustomElementConstructorBuilder.cpp b/Source/bindings/v8/CustomElementConstructorBuilder.cpp | 
| index 7aba519f4527650be2c266c382f363d85772d9ba..4b6c7d51a95fe07679df315835d8994a197ddc55 100644 | 
| --- a/Source/bindings/v8/CustomElementConstructorBuilder.cpp | 
| +++ b/Source/bindings/v8/CustomElementConstructorBuilder.cpp | 
| @@ -44,11 +44,11 @@ | 
| #include "bindings/v8/V8Binding.h" | 
| #include "bindings/v8/V8HiddenPropertyName.h" | 
| #include "bindings/v8/V8PerContextData.h" | 
| -#include "core/dom/CustomElementCallbackDispatcher.h" | 
| -#include "core/dom/CustomElementDefinition.h" | 
| -#include "core/dom/CustomElementDescriptor.h" | 
| -#include "core/dom/CustomElementException.h" | 
| #include "core/dom/Document.h" | 
| +#include "core/dom/custom/CustomElementCallbackDispatcher.h" | 
| +#include "core/dom/custom/CustomElementDefinition.h" | 
| +#include "core/dom/custom/CustomElementDescriptor.h" | 
| +#include "core/dom/custom/CustomElementException.h" | 
| #include "wtf/Assertions.h" | 
|  | 
| namespace WebCore { | 
|  |