| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index 3d1519c00482cbcf1a1600846ae6be49c6638e96..0cc3e4e56345808ca1f29ce4c9a964364970b5e6 100644
|
| --- a/Source/bindings/v8/Dictionary.h
|
| +++ b/Source/bindings/v8/Dictionary.h
|
| @@ -93,6 +93,7 @@ public:
|
| bool get(const String&, RefPtr<CSSFontFaceRule>&) const;
|
| bool get(const String&, RefPtr<DOMError>&) const;
|
| bool get(const String&, RefPtr<VoidCallback>&) const;
|
| + bool get(const String&, v8::Local<v8::Value>&) const;
|
|
|
| bool getOwnPropertiesAsStringHashMap(HashMap<String, String>&) const;
|
| bool getOwnPropertyNames(Vector<String>&) const;
|
|
|