| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 3a6f68cfbe37609c87a669794060885b295d6ea7..0b405d8a676aceb2774e7cb0851e71868e81b1d7 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -925,7 +925,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; }
|
|
|