| Index: third_party/WebKit/Source/bindings/tests/results/core/NodeOrLongSequenceOrEventOrXMLHttpRequestOrStringOrStringByteStringOrNodeListRecord.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/NodeOrLongSequenceOrEventOrXMLHttpRequestOrStringOrStringByteStringOrNodeListRecord.cpp b/third_party/WebKit/Source/bindings/tests/results/core/NodeOrLongSequenceOrEventOrXMLHttpRequestOrStringOrStringByteStringOrNodeListRecord.cpp
|
| index 36fc069470fb97f43b3113c31e835f78951c2eb5..d31eef27f95cd779f0f54572b1d25d08a39dfd28 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/NodeOrLongSequenceOrEventOrXMLHttpRequestOrStringOrStringByteStringOrNodeListRecord.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/NodeOrLongSequenceOrEventOrXMLHttpRequestOrStringOrStringByteStringOrNodeListRecord.cpp
|
| @@ -17,7 +17,12 @@
|
| #include "bindings/core/v8/ToV8.h"
|
| #include "bindings/core/v8/V8Event.h"
|
| #include "bindings/core/v8/V8Node.h"
|
| +#include "bindings/core/v8/V8NodeList.h"
|
| #include "bindings/core/v8/V8XMLHttpRequest.h"
|
| +#include "core/dom/NameNodeList.h"
|
| +#include "core/dom/NodeList.h"
|
| +#include "core/dom/StaticNodeList.h"
|
| +#include "core/html/LabelsNodeList.h"
|
|
|
| namespace blink {
|
|
|
|
|