Index: third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl |
diff --git a/third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl b/third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl |
index 3681457ff617e2e3b26598259dc3fa4203869a66..59e14fdb5a2d80d719ab1651af2a2c76b345cbec 100644 |
--- a/third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl |
+++ b/third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl |
@@ -30,8 +30,8 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, {{cpp_class}}& im |
} |
template <> |
-struct NativeValueTraits<{{cpp_class}}> { |
- static {{cpp_class}} nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
+struct NativeValueTraits<{{cpp_class}}> : public NativeValueTraitsBase<{{cpp_class}}> { |
+ {{exported}}static {{cpp_class}} nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
}; |
template <> |