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