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