Chromium Code Reviews| Index: fpdfsdk/javascript/JS_Value.h |
| diff --git a/fpdfsdk/javascript/JS_Value.h b/fpdfsdk/javascript/JS_Value.h |
| index 69656ea18c35b7025b6639f8b1596eb77c46720f..202e250aae92045e9a6689d395c1bb6020ab097f 100644 |
| --- a/fpdfsdk/javascript/JS_Value.h |
| +++ b/fpdfsdk/javascript/JS_Value.h |
| @@ -139,7 +139,7 @@ class CJS_Array { |
| virtual ~CJS_Array(); |
| void Attach(v8::Local<v8::Array> pArray); |
| - void GetElement(unsigned index, CJS_Value& value); |
| + void GetObjectBy(unsigned index, CJS_Value& value); |
|
Tom Sepez
2016/03/29 21:01:43
.... and this is still hosed.
|
| void SetElement(unsigned index, CJS_Value value); |
| int GetLength(); |
| FX_BOOL IsAttached(); |