| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index daadaaa53a7eabf206d753cbfd821e134bfe3b12..cd6de97508322d239217afed472fa3cbc7d9ea35 100644
|
| --- a/Source/bindings/v8/Dictionary.h
|
| +++ b/Source/bindings/v8/Dictionary.h
|
| @@ -46,6 +46,7 @@ namespace WebCore {
|
| class ArrayValue;
|
| class DOMError;
|
| class DOMWindow;
|
| +class Element;
|
| class Gamepad;
|
| class MediaStream;
|
| class HeaderMap;
|
| @@ -176,6 +177,7 @@ public:
|
| bool getOwnPropertyNames(Vector<String>&) const;
|
|
|
| bool getWithUndefinedOrNullCheck(const String&, String&) const;
|
| + bool getWithUndefinedOrNullCheck(const String&, RefPtrWillBeMember<Element>&) const;
|
|
|
| bool hasProperty(const String&) const;
|
|
|
|
|