Chromium Code Reviews| Index: Source/core/dom/Document.h |
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
| index 415ffb969e64294a5daa937b17c77927496ea6cd..348b4a9ccc456a3b51053662611913851a70d973 100644 |
| --- a/Source/core/dom/Document.h |
| +++ b/Source/core/dom/Document.h |
| @@ -1036,6 +1036,7 @@ private: |
| virtual EventQueue* eventQueue() const OVERRIDE FINAL; |
| void updateDistributionIfNeeded(); |
| + void updateInvalidationIfNeeded(); |
| void detachParser(); |