Chromium Code Reviews| Index: Source/bindings/v8/custom/V8DocumentCustom.cpp |
| diff --git a/Source/bindings/v8/custom/V8DocumentCustom.cpp b/Source/bindings/v8/custom/V8DocumentCustom.cpp |
| index 7431fd7f9cb22815875354b31f2d902f20dd4adc..e9865103e5768d63e961e0a44afb72a6fb032cab 100644 |
| --- a/Source/bindings/v8/custom/V8DocumentCustom.cpp |
| +++ b/Source/bindings/v8/custom/V8DocumentCustom.cpp |
| @@ -35,9 +35,12 @@ |
| #include "V8DOMImplementation.h" |
| #include "V8HTMLDocument.h" |
| #include "V8Node.h" |
| +#include "V8NodeFilter.h" |
| +#include "V8NodeIterator.h" |
| #include "V8SVGDocument.h" |
| #include "V8Touch.h" |
| #include "V8TouchList.h" |
| +#include "V8TreeWalker.h" |
| #include "V8WebGLRenderingContext.h" |
| #include "V8XPathNSResolver.h" |
| #include "V8XPathResult.h" |
| @@ -45,6 +48,8 @@ |
| #include "bindings/v8/ScriptController.h" |
| #include "bindings/v8/V8Binding.h" |
| #include "bindings/v8/V8DOMWrapper.h" |
| +#include "bindings/v8/V8HiddenPropertyName.h" |
| +#include "bindings/v8/V8NodeFilterCondition.h" |
|
haraken
2013/08/01 13:32:20
These #includes will be no longer necessary.
kouhei (in TOK)
2013/08/02 03:26:57
Done.
|
| #include "bindings/v8/V8WindowShell.h" |
| #include "bindings/v8/custom/V8CustomXPathNSResolver.h" |
| #include "core/dom/Document.h" |