summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h')
-rw-r--r--chromium/third_party/WebKit/Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/third_party/WebKit/Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h b/chromium/third_party/WebKit/Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h
index 53d938ad4d4..7f936669b8d 100644
--- a/chromium/third_party/WebKit/Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h
+++ b/chromium/third_party/WebKit/Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h
@@ -59,10 +59,6 @@ public:
typedef V8TypedArray<Uint8ClampedArray> V8Uint8ClampedArray;
-template<>
-class WrapperTypeTraits<Uint8ClampedArray> : public TypedArrayWrapperTraits<Uint8ClampedArray> { };
-
-
inline v8::Handle<v8::Object> wrap(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
{
return V8TypedArray<Uint8ClampedArray>::wrap(impl, creationContext, isolate);