| 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 5dbc8bfffb3f0495607351f2208fac2d6a704439..d3e9582357013ecd16f32e13e403346727a3729d 100644
|
| --- a/tools/dom/templates/html/dartium/cpp_header.template
|
| +++ b/tools/dom/templates/html/dartium/cpp_header.template
|
| @@ -9,6 +9,8 @@
|
|
|
| #include "bindings/dart/DartDOMWrapper.h"
|
| $WEBCORE_INCLUDES
|
| +// FIXME: We need this to access the WrapperTypeInfo.
|
| +#include "V8$(INTERFACE).h"
|
| #include <dart_api.h>
|
|
|
| namespace WebCore {
|
|
|