| Index: Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp b/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| index 09fe1a901ce7ae02567ca49fb2fa02632ff7d996..7b7686112e7300fe530d99d969708c980deda99a 100644
|
| --- a/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp
|
| @@ -31,9 +31,9 @@
|
| #include "config.h"
|
| #include "bindings/core/v8/V8HTMLAllCollection.h"
|
|
|
| +#include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8Element.h"
|
| #include "bindings/core/v8/V8NodeList.h"
|
| -#include "bindings/v8/V8Binding.h"
|
| #include "core/dom/NamedNodesCollection.h"
|
| #include "core/frame/UseCounter.h"
|
| #include "core/html/HTMLAllCollection.h"
|
|
|