| Index: tools/dom/templates/html/dartium/cpp_header.template
|
| diff --git a/tools/dom/templates/html/dartium/cpp_header.template b/tools/dom/templates/html/dartium/cpp_header.template
|
| index 1f8ae1bc6cd2e43f364d43a334cf3eba8a9ebe3d..e957de69e9b0c4f6e6e1755552cac1c948a3a021 100644
|
| --- a/tools/dom/templates/html/dartium/cpp_header.template
|
| +++ b/tools/dom/templates/html/dartium/cpp_header.template
|
| @@ -9,8 +9,10 @@
|
|
|
| #include "bindings/dart/DartDOMWrapper.h"
|
| $WEBCORE_INCLUDES
|
| +
|
| // FIXME: We need this to access the WrapperTypeInfo.
|
| -#include "V8$(INTERFACE).h"
|
| +$V8_INTERFACE_INCLUDE
|
| +
|
| #include <dart_api.h>
|
|
|
| namespace WebCore {
|
|
|