| Index: tools/dom/templates/html/dartium/cpp_implementation.template
|
| diff --git a/tools/dom/templates/html/dartium/cpp_implementation.template b/tools/dom/templates/html/dartium/cpp_implementation.template
|
| index d06cb8d2a3542daf0e850e9a08bb32c803e89ca6..3ca2ad61e2517445eac1ca64b321d212bd1a1e91 100644
|
| --- a/tools/dom/templates/html/dartium/cpp_implementation.template
|
| +++ b/tools/dom/templates/html/dartium/cpp_implementation.template
|
| @@ -10,6 +10,10 @@
|
| $INCLUDES
|
| namespace WebCore {
|
|
|
| +Dart_Handle $(WEBCORE_CLASS_NAME_ESCAPED)_toDart(PassRefPtr< $WEBCORE_CLASS_NAME > value) {
|
| + return Dart$INTERFACE::toDart(value);
|
| +}
|
| +
|
| namespace Dart$(INTERFACE)Internal {
|
| $CALLBACKS
|
| }
|
|
|