| Index: Source/bindings/tests/results/V8TestObject.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestObject.cpp b/Source/bindings/tests/results/V8TestObject.cpp
|
| index 15d6e2bfe59a5276839bf9ac3e33b2b490bed459..43038eed601cf06ab1a3b2b03371fa23cea34317 100644
|
| --- a/Source/bindings/tests/results/V8TestObject.cpp
|
| +++ b/Source/bindings/tests/results/V8TestObject.cpp
|
| @@ -9,13 +9,13 @@
|
|
|
| #include "HTMLNames.h"
|
| #include "RuntimeEnabledFeatures.h"
|
| +#include "bindings/core/v8/V8HTMLCollection.h"
|
| #include "bindings/tests/v8/V8Attr.h"
|
| #include "bindings/tests/v8/V8Document.h"
|
| #include "bindings/tests/v8/V8DocumentFragment.h"
|
| #include "bindings/tests/v8/V8DocumentType.h"
|
| #include "bindings/tests/v8/V8Element.h"
|
| #include "bindings/tests/v8/V8EventTarget.h"
|
| -#include "bindings/tests/v8/V8HTMLCollection.h"
|
| #include "bindings/tests/v8/V8HTMLElement.h"
|
| #include "bindings/tests/v8/V8Node.h"
|
| #include "bindings/tests/v8/V8NodeFilter.h"
|
| @@ -49,11 +49,16 @@
|
| #include "bindings/v8/custom/V8Int32ArrayCustom.h"
|
| #include "bindings/v8/custom/V8Uint8ArrayCustom.h"
|
| #include "core/css/MediaQueryListListener.h"
|
| +#include "core/dom/ClassCollection.h"
|
| #include "core/dom/ContextFeatures.h"
|
| #include "core/dom/Document.h"
|
| +#include "core/dom/TagCollection.h"
|
| #include "core/dom/custom/CustomElementCallbackDispatcher.h"
|
| #include "core/frame/DOMWindow.h"
|
| #include "core/frame/UseCounter.h"
|
| +#include "core/html/HTMLCollection.h"
|
| +#include "core/html/HTMLFormControlsCollection.h"
|
| +#include "core/html/HTMLTableRowsCollection.h"
|
| #include "core/inspector/ScriptArguments.h"
|
| #include "platform/TraceEvent.h"
|
| #include "wtf/GetPtr.h"
|
|
|