Index: Source/bindings/v8/Dictionary.h |
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h |
index 47e12c440e2a71b072a50ccebaf7401be8fec180..b105017dbbf5a041893c48d398feee7fe353e6a8 100644 |
--- a/Source/bindings/v8/Dictionary.h |
+++ b/Source/bindings/v8/Dictionary.h |
@@ -94,6 +94,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; |