Index: Source/bindings/core/v8/Dictionary.h |
diff --git a/Source/bindings/core/v8/Dictionary.h b/Source/bindings/core/v8/Dictionary.h |
index c5ca63399e8bf0f9ebf6dbb5be3e0f22a6ba2976..573932f2c83d587d339bb7e0409fb94809438061 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; |