| Index: Source/bindings/templates/interface.h
|
| diff --git a/Source/bindings/templates/interface.h b/Source/bindings/templates/interface.h
|
| index e84950de83f4ba5fdc448c6d053a69bad9949cca..70289d586bf4bdf0d1163c9ed6a27c01067eabcb 100644
|
| --- a/Source/bindings/templates/interface.h
|
| +++ b/Source/bindings/templates/interface.h
|
| @@ -291,6 +291,11 @@ inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, {{pass_cpp_ty
|
| bool initialize{{cpp_class}}({{cpp_class}}Init&, const Dictionary&, ExceptionState&, const v8::FunctionCallbackInfo<v8::Value>& info, const String& = "");
|
|
|
| {% endif %}
|
| +template <>
|
| +struct PropertyBagTraits<{{cpp_class}}> {
|
| + typedef {{v8_class}} type;
|
| +};
|
| +
|
| } // namespace blink
|
| {% endfilter %}
|
| #endif // {{v8_class}}_h
|
|
|