| Index: Source/core/dom/DOMTypedArray.h
|
| diff --git a/Source/core/dom/DOMTypedArray.h b/Source/core/dom/DOMTypedArray.h
|
| index 0cbea6c6319dfbe09da728684955f3896919b108..da0c8eb7c3884a14dda7bc7aea34405c1d019090 100644
|
| --- a/Source/core/dom/DOMTypedArray.h
|
| +++ b/Source/core/dom/DOMTypedArray.h
|
| @@ -63,7 +63,7 @@ public:
|
| unsigned length() const { return view()->length(); }
|
|
|
| virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) override;
|
| - virtual v8::Handle<v8::Object> associateWithWrapper(const WrapperTypeInfo*, v8::Handle<v8::Object> wrapper, v8::Isolate*) override;
|
| + virtual v8::Handle<v8::Object> associateWithWrapper(v8::Isolate*, const WrapperTypeInfo*, v8::Handle<v8::Object> wrapper) override;
|
|
|
| private:
|
| explicit DOMTypedArray(PassRefPtr<WTFTypedArray> bufferView)
|
|
|