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 379e1f3e25ed2914b9c5be0401ad7f7d3d89f411..375b899e3cc927c8840df8ec870381cb49d25081 100644 |
--- a/third_party/WebKit/Source/core/dom/Fullscreen.h |
+++ b/third_party/WebKit/Source/core/dom/Fullscreen.h |
@@ -134,7 +134,7 @@ class CORE_EXPORT Fullscreen final |
void pushFullscreenElementStack(Element&, RequestType); |
void enqueueChangeEvent(Document&, RequestType); |
- void enqueueErrorEvent(Element&, RequestType); |
+ void enqueueErrorEvent(Element*, RequestType); |
void eventQueueTimerFired(TimerBase*); |
HeapVector<std::pair<Member<Element>, RequestType>> m_fullscreenElementStack; |