| Index: Source/bindings/core/v8/custom/V8HTMLCollectionCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8HTMLCollectionCustom.cpp b/Source/bindings/core/v8/custom/V8HTMLCollectionCustom.cpp
|
| index 05883e60ceefbb521beb33f07ceb2f2a57b31ee3..1c697b589be9db127644e885b31f910f94c4c52f 100644
|
| --- a/Source/bindings/core/v8/custom/V8HTMLCollectionCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8HTMLCollectionCustom.cpp
|
| @@ -31,11 +31,11 @@
|
| #include "config.h"
|
| #include "bindings/core/v8/V8HTMLCollection.h"
|
|
|
| +#include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8HTMLAllCollection.h"
|
| #include "bindings/core/v8/V8HTMLFormControlsCollection.h"
|
| #include "bindings/core/v8/V8HTMLOptionsCollection.h"
|
| #include "bindings/core/v8/V8Node.h"
|
| -#include "bindings/v8/V8Binding.h"
|
| #include "core/html/HTMLCollection.h"
|
|
|
| namespace WebCore {
|
|
|