| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
|
| index 189e76d60b913ce5438684b2ed4f4d55a8f82d4a..5b18bf10dad414cfc6b9f9c7392ca97a9d1fdbda 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
|
| @@ -36,6 +36,11 @@ struct NativeValueTraits<TestInterfaceEventInit> {
|
| static TestInterfaceEventInit nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&);
|
| };
|
|
|
| +template <>
|
| +struct V8TypeOf<TestInterfaceEventInit> {
|
| + typedef V8TestInterfaceEventInit Type;
|
| +};
|
| +
|
| } // namespace blink
|
|
|
| #endif // V8TestInterfaceEventInit_h
|
|
|