| Index: Source/core/dom/custom/CustomElementCallbackScheduler.cpp
|
| diff --git a/Source/core/dom/CustomElementCallbackScheduler.cpp b/Source/core/dom/custom/CustomElementCallbackScheduler.cpp
|
| similarity index 95%
|
| rename from Source/core/dom/CustomElementCallbackScheduler.cpp
|
| rename to Source/core/dom/custom/CustomElementCallbackScheduler.cpp
|
| index d6086cd6cac906358168df3d5c03e0d82e398e36..0b77e75269ced5c4c8ead3801560850152c85ca8 100644
|
| --- a/Source/core/dom/CustomElementCallbackScheduler.cpp
|
| +++ b/Source/core/dom/custom/CustomElementCallbackScheduler.cpp
|
| @@ -29,12 +29,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/CustomElementCallbackScheduler.h"
|
| +#include "core/dom/custom/CustomElementCallbackScheduler.h"
|
|
|
| -#include "core/dom/CustomElementCallbackDispatcher.h"
|
| -#include "core/dom/CustomElementCallbackQueue.h"
|
| -#include "core/dom/CustomElementLifecycleCallbacks.h"
|
| #include "core/dom/Element.h"
|
| +#include "core/dom/custom/CustomElementCallbackDispatcher.h"
|
| +#include "core/dom/custom/CustomElementCallbackQueue.h"
|
| +#include "core/dom/custom/CustomElementLifecycleCallbacks.h"
|
|
|
| namespace WebCore {
|
|
|
|
|