| Index: third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h b/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h
|
| index 6ec0b866e51fdab7ee4cac5de199296922c7e4c6..b13b351a140cceb8957341df1a8c84dd2339f015 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h
|
| @@ -32,6 +32,7 @@ public:
|
| template<typename VisitorDispatcher>
|
| static void trace(VisitorDispatcher visitor, ScriptWrappable* scriptWrappable)
|
| {
|
| + visitor->trace(scriptWrappable->toImpl<TestUint8ClampedArray>());
|
| }
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { }
|
|
|