Chromium Code Reviews| Index: Source/core/dom/Document.h |
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
| index b52c7762a02bb2ae37948adb77c0d4c29be055d7..a2fdb3196caa24cde9cde799b65561ed07539363 100644 |
| --- a/Source/core/dom/Document.h |
| +++ b/Source/core/dom/Document.h |
| @@ -212,6 +212,8 @@ public: |
| } |
| ~Document() override; |
| + unsigned nodeCount() const; |
| + |
| MediaQueryMatcher& mediaQueryMatcher(); |
| void mediaQueryAffectingValueChanged(); |