Index: Source/core/dom/DOMTypedArray.h |
diff --git a/Source/core/dom/DOMTypedArray.h b/Source/core/dom/DOMTypedArray.h |
index 207e6b74df8ef02af74786385c8169a0b1bc983a..a28931c3fcc45f270f9f96b6162a747e719c6bba 100644 |
--- a/Source/core/dom/DOMTypedArray.h |
+++ b/Source/core/dom/DOMTypedArray.h |
@@ -68,7 +68,7 @@ public: |
// is responsible for doing so and returning undefined as necessary. |
ValueType item(unsigned index) const { return view()->item(index); } |
- virtual v8::Local<v8::Object> wrap(v8::Local<v8::Object> creationContext, v8::Isolate*) override; |
+ virtual v8::Local<v8::Object> wrap(v8::Isolate*, v8::Local<v8::Object> creationContext) override; |
virtual v8::Local<v8::Object> associateWithWrapper(v8::Isolate*, const WrapperTypeInfo*, v8::Local<v8::Object> wrapper) override; |
private: |