Chromium Code Reviews| Index: Source/WebCore/testing/Internals.h |
| =================================================================== |
| --- Source/WebCore/testing/Internals.h (revision 136959) |
| +++ Source/WebCore/testing/Internals.h (working copy) |
| @@ -200,6 +200,9 @@ |
| void allowRoundingHacks() const; |
| + void insertAuthorCSS(Document*, const String&) const; |
| + void insertUserCSS(Document*, const String&) const; |
| + |
| #if ENABLE(INSPECTOR) |
| unsigned numberOfLiveNodes() const; |
| unsigned numberOfLiveDocuments() const; |