| Index: Source/bindings/v8/V8Utilities.h
|
| diff --git a/Source/bindings/v8/V8Utilities.h b/Source/bindings/v8/V8Utilities.h
|
| index bb1b5896b5d81a80f990c2f52897d86fc55de9e9..4a0efd41b96e513a6862805a64f5f445ac7ac62e 100644
|
| --- a/Source/bindings/v8/V8Utilities.h
|
| +++ b/Source/bindings/v8/V8Utilities.h
|
| @@ -63,7 +63,9 @@ namespace WebCore {
|
| // then being responsible for generating a TypeError having a message that fits the context.
|
| // Returns true if the array was filled, or false if the passed value was not of an appropriate type.
|
| bool extractTransferables(v8::Local<v8::Value>, MessagePortArray&, ArrayBufferArray&, bool& notASequence, v8::Isolate*);
|
| - bool getMessagePortArray(v8::Local<v8::Value>, MessagePortArray&, v8::Isolate*);
|
| +
|
| + bool getMessagePortArray(v8::Local<v8::Value>, const String& propertyName, MessagePortArray&, v8::Isolate*);
|
| + bool getMessagePortArray(v8::Local<v8::Value>, int argumentIndex, MessagePortArray&, v8::Isolate*);
|
|
|
| } // namespace WebCore
|
|
|
|
|