| Index: third_party/WebKit/Source/core/html/HTMLAllCollection.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAllCollection.cpp b/third_party/WebKit/Source/core/html/HTMLAllCollection.cpp
|
| index 1da655e982a6dbf682b683d8e41cfe21ed7a9b4b..386348d7c78e31e790db41b2f3f52001521f496d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAllCollection.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAllCollection.cpp
|
| @@ -25,7 +25,7 @@
|
|
|
| #include "core/html/HTMLAllCollection.h"
|
|
|
| -#include "bindings/core/v8/NodeListOrElement.h"
|
| +#include "bindings/core/v8/UnionTypesCore.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/StaticNodeList.h"
|
|
|
|
|