| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index 1b82fc9e1d78298829a8817b8fb9cc61383cccaa..4f301017a1f3b158478b045c85da09ba4c7a7af6 100644
|
| --- a/Source/bindings/v8/Dictionary.h
|
| +++ b/Source/bindings/v8/Dictionary.h
|
| @@ -97,7 +97,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;
|
|
|
|
|