| Index: Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp | 
| diff --git a/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp b/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp | 
| index 6212c85be238ea4c23ba81aef77afa9366048776..e850db25a11d0ca101e022c109eea3f57f1f6822 100644 | 
| --- a/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp | 
| +++ b/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp | 
| @@ -26,8 +26,6 @@ const WrapperTypeInfo V8Uint8ClampedArray::wrapperTypeInfo = { gin::kEmbedderBli | 
| // This static member must be declared by DEFINE_WRAPPERTYPEINFO in TestUint8ClampedArray.h. | 
| // For details, see the comment of DEFINE_WRAPPERTYPEINFO in | 
| // bindings/core/v8/ScriptWrappable.h. | 
| -template<> | 
| -const WrapperTypeInfo& TestUint8ClampedArray::s_wrapperTypeInfo = V8Uint8ClampedArray::wrapperTypeInfo; | 
|  | 
| bool V8Uint8ClampedArray::hasInstance(v8::Local<v8::Value> v8Value, v8::Isolate* isolate) | 
| { | 
|  |