| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index cb45790ccfcb011f655576a830d9724d6ef5c541..741588fb759b6d4899cfeda05d8e8ca04f09ef27 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -237,12 +237,6 @@ public:
|
| // Called when one or more stylesheets in the document may have been added, removed, or changed.
|
| void styleResolverChanged();
|
|
|
| - // FIXME: Switch all callers of styleResolverChanged to these or better ones and then make them
|
| - // do something smarter.
|
| - void removedStyleSheet(CSSStyleSheet*);
|
| - void addedStyleSheet(CSSStyleSheet*) { styleResolverChanged(); }
|
| - void modifiedStyleSheet(CSSStyleSheet*);
|
| -
|
| void evaluateMediaQueryList();
|
|
|
| void setStateForNewFormElements(const Vector<String>&);
|
|
|