Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
index dd7b613bd175437cb2084816fbb5b9f96a397b6d..ea51f3feef376c36f7152bf89b4e689b39a3d608 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
@@ -13,6 +13,7 @@ |
#define V8TestInterfaceGarbageCollected_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" |
@@ -64,6 +65,11 @@ class V8TestInterfaceGarbageCollected { |
}; |
template <> |
+struct NativeValueTraits<TestInterfaceGarbageCollected> : public NativeValueTraitsBase<TestInterfaceGarbageCollected> { |
+ CORE_EXPORT static TestInterfaceGarbageCollected* nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
+}; |
+ |
+template <> |
struct V8TypeOf<TestInterfaceGarbageCollected> { |
typedef V8TestInterfaceGarbageCollected Type; |
}; |