Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 243583da5f29a76eb1d8ff57294685846680601f..78c86c057adc0189d2dba060435fa461bbec3299 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -442,6 +442,7 @@ public: |
// Called when one or more stylesheets in the document may have been added, removed, or changed. |
void styleResolverChanged(RecalcStyleTime, StyleResolverUpdateMode = FullStyleUpdate); |
+ void styleResolverMayHaveChanged(); |
// FIXME: Switch all callers of styleResolverChanged to these or better ones and then make them |
// do something smarter. |