| Index: Source/bindings/core/v8/Dictionary.h
|
| diff --git a/Source/bindings/core/v8/Dictionary.h b/Source/bindings/core/v8/Dictionary.h
|
| index baf2f769610df29fef04584f2850dd633a7652c7..7e32c2e99b62715d1a26e9295d65e41fae5400fc 100644
|
| --- a/Source/bindings/core/v8/Dictionary.h
|
| +++ b/Source/bindings/core/v8/Dictionary.h
|
| @@ -128,7 +128,7 @@ public:
|
|
|
| bool getWithUndefinedOrNullCheck(const String&, String&) const;
|
| bool getWithUndefinedOrNullCheck(const String&, RefPtrWillBeMember<Element>&) const;
|
| - bool getWithUndefinedOrNullCheck(const String&, RefPtr<Path2D>&) const;
|
| + bool getWithUndefinedOrNullCheck(const String&, RefPtrWillBeMember<Path2D>&) const;
|
|
|
| bool hasProperty(const String&) const;
|
|
|
|
|