| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 7647cd84aa85dc877b922bf900340095b6a43cde..90327d259304728337a026102c5a27ff4e38a4c9 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.
|
|
|