| Index: Source/core/html/HTMLCollection.h
|
| diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h
|
| index 6796834c71448d6b2f88d08fdb906944b81f56f1..f89354897ed110387d46b066f30f4763deed3e7d 100644
|
| --- a/Source/core/html/HTMLCollection.h
|
| +++ b/Source/core/html/HTMLCollection.h
|
| @@ -24,7 +24,7 @@
|
| #define HTMLCollection_h
|
|
|
| #include "CollectionType.h"
|
| -#include "ScriptWrappable.h"
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/LiveNodeList.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/HashMap.h>
|
|
|