| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 3b581fb32acc4c90a78e70984e265f8aa1d163d8..265eb35f95272934e1d9ecae9fa98ab9d3140302 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -388,7 +388,6 @@ public:
|
| // FIXME: Switch all callers of resolverChanged to these or better ones and then make them
|
| // do something smarter.
|
| void removedStyleSheet(StyleSheet*, StyleResolverUpdateMode = FullStyleUpdate);
|
| - void addedStyleSheet(StyleSheet*);
|
| void modifiedStyleSheet(StyleSheet*, StyleResolverUpdateMode = FullStyleUpdate);
|
| void changedSelectorWatch();
|
|
|
|
|