Index: Source/bindings/core/v8/Dictionary.h |
diff --git a/Source/bindings/core/v8/Dictionary.h b/Source/bindings/core/v8/Dictionary.h |
index dfcea1b9b440fabd3f83ba4a0b50f908ee9c2e78..3453b41ed43d65437b0ac7c6eec62433e2a1a0f2 100644 |
--- a/Source/bindings/core/v8/Dictionary.h |
+++ b/Source/bindings/core/v8/Dictionary.h |
@@ -55,6 +55,7 @@ class IDBKeyRange; |
class MIDIPort; |
class MediaKeyError; |
class Notification; |
+class Path2D; |
class SpeechRecognitionResult; |
class SpeechRecognitionResultList; |
class Storage; |
@@ -180,6 +181,7 @@ public: |
bool getWithUndefinedOrNullCheck(const String&, String&) const; |
bool getWithUndefinedOrNullCheck(const String&, RefPtrWillBeMember<Element>&) const; |
+ bool getWithUndefinedOrNullCheck(const String&, RefPtr<Path2D>&) const; |
bool hasProperty(const String&) const; |