| Index: third_party/WebKit/Source/core/dom/Fullscreen.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Fullscreen.h b/third_party/WebKit/Source/core/dom/Fullscreen.h
|
| index b67a4a9490d39a4ee93dbc998fe41baf38ab94ae..6ee1e994133d2b20e8b93901913941fd0fd59d8e 100644
|
| --- a/third_party/WebKit/Source/core/dom/Fullscreen.h
|
| +++ b/third_party/WebKit/Source/core/dom/Fullscreen.h
|
| @@ -113,7 +113,7 @@ private:
|
|
|
| void enqueueChangeEvent(Document&, RequestType);
|
| void enqueueErrorEvent(Element&, RequestType);
|
| - void eventQueueTimerFired(Timer<Fullscreen>*);
|
| + void eventQueueTimerFired(TimerBase*);
|
|
|
| Member<Element> m_fullScreenElement;
|
| HeapVector<std::pair<Member<Element>, RequestType>> m_fullScreenElementStack;
|
|
|