| Index: Source/bindings/v8/Dictionary.h
 | 
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
 | 
| index 2268c63bd2f19ec232647e21e476754c7d128c95..ea222a8c735e56bb49ad969162d94516678d1212 100644
 | 
| --- a/Source/bindings/v8/Dictionary.h
 | 
| +++ b/Source/bindings/v8/Dictionary.h
 | 
| @@ -45,6 +45,7 @@ namespace WebCore {
 | 
|  
 | 
|  class ArrayValue;
 | 
|  class DOMError;
 | 
| +class Element;
 | 
|  class LocalDOMWindow;
 | 
|  class Gamepad;
 | 
|  class MediaStream;
 | 
| @@ -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;
 | 
|  
 | 
| 
 |