| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index e77df7a9640d27f11647f5906a7b574564f69d3a..8846337e84e8218bd90e44ab217efa3675f1d3f0 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -890,8 +890,9 @@ public:
|
| bool containsValidityStyleRules() const { return m_containsValidityStyleRules; }
|
| void setContainsValidityStyleRules() { m_containsValidityStyleRules = true; }
|
|
|
| + void enqueueResizeEvent();
|
| void enqueueScrollEventForNode(Node*);
|
| - void scheduleAnimationFrameEvent(PassRefPtr<Event>);
|
| + void enqueueAnimationFrameEvent(PassRefPtr<Event>);
|
|
|
| const QualifiedName& idAttributeName() const { return m_idAttributeName; }
|
|
|
|
|