| Index: Source/core/html/HTMLFormElement.h
 | 
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
 | 
| index fb7bd5ba012387f76339748f1f1eb3d01149b515..a589fdfc01f6ff7e18057bdee4b79cca46fbd1f2 100644
 | 
| --- a/Source/core/html/HTMLFormElement.h
 | 
| +++ b/Source/core/html/HTMLFormElement.h
 | 
| @@ -40,6 +40,7 @@ namespace WebCore {
 | 
|  class Event;
 | 
|  class FormAssociatedElement;
 | 
|  class FormData;
 | 
| +class GenericEventQueue;
 | 
|  class HTMLFormControlElement;
 | 
|  class HTMLImageElement;
 | 
|  class HTMLInputElement;
 | 
| @@ -175,10 +176,7 @@ private:
 | 
|  
 | 
|      bool m_wasDemoted;
 | 
|  
 | 
| -    void requestAutocompleteTimerFired(Timer<HTMLFormElement>*);
 | 
| -
 | 
| -    WillBePersistentHeapVector<RefPtrWillBeMember<Event> > m_pendingAutocompleteEvents;
 | 
| -    Timer<HTMLFormElement> m_requestAutocompleteTimer;
 | 
| +    OwnPtr<GenericEventQueue> m_pendingAutocompleteEventsQueue;
 | 
|  };
 | 
|  
 | 
|  } // namespace WebCore
 | 
| 
 |