| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index b105017dbbf5a041893c48d398feee7fe353e6a8..4cc1c90477d75cb24f474c6fb5ed12b4d3107c89 100644
|
| --- a/Source/bindings/v8/Dictionary.h
|
| +++ b/Source/bindings/v8/Dictionary.h
|
| @@ -66,6 +66,7 @@ public:
|
|
|
| bool get(const String&, bool&) const;
|
| bool get(const String&, int32_t&) const;
|
| + bool get(const String&, double&, bool& hasValue) const;
|
| bool get(const String&, double&) const;
|
| bool get(const String&, String&) const;
|
| bool get(const String&, ScriptValue&) const;
|
|
|