Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h |
index e094a79dcdf699c2a63ad6793ae73b6b9d322197..bbedbdf5bb5829e68e66a5382a07cd977d9ad7a2 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h |
@@ -13,6 +13,7 @@ |
#define V8TestConstants_h |
#include "bindings/core/v8/GeneratedCodeHelper.h" |
+#include "bindings/core/v8/NativeValueTraits.h" |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "bindings/core/v8/ToV8.h" |
#include "bindings/core/v8/V8Binding.h" |
@@ -57,6 +58,11 @@ class V8TestConstants { |
}; |
template <> |
+struct NativeValueTraits<TestConstants> : public NativeValueTraitsBase<TestConstants> { |
+ CORE_EXPORT static TestConstants* nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
+}; |
+ |
+template <> |
struct V8TypeOf<TestConstants> { |
typedef V8TestConstants Type; |
}; |