Index: Source/bindings/v8/Dictionary.h |
diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h |
index 7d19bba33d4c0cbe00a8f663e8e5a66b6618aa27..06810bdbb8e974da3a1da57394ec819ee1324849 100644 |
--- a/Source/bindings/v8/Dictionary.h |
+++ b/Source/bindings/v8/Dictionary.h |
@@ -96,7 +96,7 @@ public: |
bool get(const String&, Dictionary&) const; |
bool get(const String&, Vector<String>&) const; |
bool get(const String&, ArrayValue&) const; |
- bool get(const String&, RefPtr<DOMError>&) const; |
+ bool get(const String&, RefPtrWillBeRawPtr<DOMError>&) const; |
bool get(const String&, OwnPtr<VoidCallback>&) const; |
bool get(const String&, v8::Local<v8::Value>&) const; |