| Index: lib/dom/templates/dom/native/cpp_header.template
|
| diff --git a/lib/dom/templates/dom/native/cpp_header.template b/lib/dom/templates/dom/native/cpp_header.template
|
| index 1a777ffc23c4c84872e74e90bcef874a0614ace1..ea89fd7bf04f87a40d213ec73fe4a88c086f32a0 100644
|
| --- a/lib/dom/templates/dom/native/cpp_header.template
|
| +++ b/lib/dom/templates/dom/native/cpp_header.template
|
| @@ -16,6 +16,7 @@ namespace WebCore {
|
| struct Dart$INTERFACE {
|
| static const char* const dartImplementationClassName;
|
| typedef $WEBCORE_CLASS_NAME NativeType;
|
| + typedef $NATIVE_TRAITS_TYPE NativeTraits;
|
|
|
| static PassRefPtr<NativeType> toNative(Dart_Handle handle, Dart_Handle& exception)
|
| {
|
|
|