Index: Source/bindings/v8/Dictionary.h |
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h |
index 3f29651e8762bb673290c9f58c989e0a2483ecb5..172f631ce92f8a3ced81ac77d937fcc87580f3d2 100644 |
--- a/Source/bindings/v8/Dictionary.h |
+++ b/Source/bindings/v8/Dictionary.h |
@@ -72,6 +72,7 @@ public: |
bool get(const String&, double&, bool& hasValue) const; |
bool get(const String&, double&) const; |
bool get(const String&, String&) const; |
+ bool get(const String&, AtomicString&) const; |
bool get(const String&, ScriptValue&) const; |
bool get(const String&, short&) const; |
bool get(const String&, unsigned short&) const; |
@@ -161,6 +162,9 @@ public: |
template<typename T> |
bool convert(ConversionContext &, const String&, RefPtr<T>&) const; |
+ template<typename StringType> |
+ bool getStringType(const String&, StringType&) const; |
+ |
bool getOwnPropertiesAsStringHashMap(HashMap<String, String>&) const; |
bool getOwnPropertyNames(Vector<String>&) const; |