| 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 f938afc6c20f7571e1113beebcec2a4a76e5200c..00b95c2a5828324858b6bce4a1f270be15e121a8 100644
|
| --- a/tools/dom/templates/html/dartium/cpp_header.template
|
| +++ b/tools/dom/templates/html/dartium/cpp_header.template
|
| @@ -31,6 +31,8 @@ $TO_DART
|
| static Dart_NativeFunction resolver(Dart_Handle name, int argumentCount);
|
| };
|
|
|
| +Dart_Handle $(WEBCORE_CLASS_NAME_ESCAPED)_toDart(PassRefPtr< $WEBCORE_CLASS_NAME > value);
|
| +
|
| namespace Dart$(INTERFACE)Internal {
|
| $DECLARATIONS
|
| }
|
|
|