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