| Index: client/dom/templates/dom/native/cpp_callback_implementation.template
|
| diff --git a/client/dom/templates/dom/native/cpp_callback_implementation.template b/client/dom/templates/dom/native/cpp_callback_implementation.template
|
| index 89025db108247f9a579f64339edfb824f57c997c..97cb408f6d47f5814fcb028e8614fafd55d607d0 100644
|
| --- a/client/dom/templates/dom/native/cpp_callback_implementation.template
|
| +++ b/client/dom/templates/dom/native/cpp_callback_implementation.template
|
| @@ -8,7 +8,7 @@
|
| #include "Dart$(INTERFACE).h"
|
|
|
| #include "DartBindingsCommonIncludes.h"
|
| -
|
| +$INCLUDES
|
| namespace WebCore {
|
| $HANDLERS
|
| }
|
|
|