| Index: Source/core/dom/DOMTypedArray.cpp
|
| diff --git a/Source/core/dom/DOMTypedArray.cpp b/Source/core/dom/DOMTypedArray.cpp
|
| index df68ebc50538508f17e753c40920231694d3b5be..3b8b26f79a90f19b5c7a7beae150b0d006bb63c4 100644
|
| --- a/Source/core/dom/DOMTypedArray.cpp
|
| +++ b/Source/core/dom/DOMTypedArray.cpp
|
| @@ -21,7 +21,7 @@
|
| namespace blink {
|
|
|
| template<typename WTFTypedArray, typename V8TypedArray>
|
| -v8::Local<v8::Object> DOMTypedArray<WTFTypedArray, V8TypedArray>::wrap(v8::Local<v8::Object> creationContext, v8::Isolate* isolate)
|
| +v8::Local<v8::Object> DOMTypedArray<WTFTypedArray, V8TypedArray>::wrap(v8::Isolate* isolate, v8::Local<v8::Object> creationContext)
|
| {
|
| // It's possible that no one except for the new wrapper owns this object at
|
| // this moment, so we have to prevent GC to collect this object until the
|
|
|