| Index: third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h b/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h
|
| index c3f276d518fd2951249ac05ab516db302e15df1d..d71ea3b6b68281437ac71eb5d6eec3607cf86e5d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h
|
| @@ -20,28 +20,26 @@
|
| namespace blink {
|
|
|
| class V8ArrayBufferView {
|
| - STATIC_ONLY(V8ArrayBufferView);
|
| -public:
|
| - CORE_EXPORT static TestArrayBufferView* toImpl(v8::Local<v8::Object> object);
|
| - CORE_EXPORT static TestArrayBufferView* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| - CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| - template<typename VisitorDispatcher>
|
| - static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
| - {
|
| - visitor->trace(scriptWrappable->toImpl<TestArrayBufferView>());
|
| - }
|
| - static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable)
|
| - {
|
| - visitor->traceWrappers(scriptWrappable->toImpl<TestArrayBufferView>());
|
| - }
|
| - static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| + STATIC_ONLY(V8ArrayBufferView);
|
| + public:
|
| + CORE_EXPORT static TestArrayBufferView* toImpl(v8::Local<v8::Object> object);
|
| + CORE_EXPORT static TestArrayBufferView* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| + CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
| + template<typename VisitorDispatcher>
|
| + static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable) {
|
| + visitor->trace(scriptWrappable->toImpl<TestArrayBufferView>());
|
| + }
|
| + static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
| + visitor->traceWrappers(scriptWrappable->toImpl<TestArrayBufferView>());
|
| + }
|
| + static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| };
|
|
|
| template <>
|
| struct V8TypeOf<TestArrayBufferView> {
|
| - typedef V8ArrayBufferView Type;
|
| + typedef V8ArrayBufferView Type;
|
| };
|
|
|
| -} // namespace blink
|
| +} // namespace blink
|
|
|
| -#endif // V8ArrayBufferView_h
|
| +#endif // V8ArrayBufferView_h
|
|
|