| Index: Source/core/dom/custom/CustomElementCallbackScheduler.h
|
| diff --git a/Source/core/dom/CustomElementCallbackScheduler.h b/Source/core/dom/custom/CustomElementCallbackScheduler.h
|
| similarity index 98%
|
| rename from Source/core/dom/CustomElementCallbackScheduler.h
|
| rename to Source/core/dom/custom/CustomElementCallbackScheduler.h
|
| index b0e757fedeba5316ff72b334a271913f1cf91858..0311d05662332ee6d59398ba6557952b2ebc8cc2 100644
|
| --- a/Source/core/dom/CustomElementCallbackScheduler.h
|
| +++ b/Source/core/dom/custom/CustomElementCallbackScheduler.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef CustomElementCallbackScheduler_h
|
| #define CustomElementCallbackScheduler_h
|
|
|
| -#include "core/dom/CustomElementCallbackQueue.h"
|
| +#include "core/dom/custom/CustomElementCallbackQueue.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|