Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 0cfd6712f3b22b0ea5b416b9d4c44deea5559b68..01c9b9afe06c5df54f8e669ecb609398a56cb511 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -919,7 +919,7 @@ public: |
void enqueueResizeEvent(); |
void enqueueScrollEventForNode(Node*); |
- void enqueueAnimationFrameEvent(PassRefPtr<Event>); |
+ void enqueueAnimationFrameEvent(PassRefPtrWillBeRawPtr<Event>); |
bool hasFullscreenElementStack() const { return m_hasFullscreenElementStack; } |
void setHasFullscreenElementStack() { m_hasFullscreenElementStack = true; } |