| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index a0781c58f9ca0e911bebf8fd8d7ef6c02b5c54f2..35588d569f45d000558690ac9cea3e46978dfaf9 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;
|
| @@ -178,6 +179,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;
|
|
|
|
|