| 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 c28883b6e1d4dfc0a840bf953fbed139ce409d9d..5f312207a7259fcc404bef8f7903e710fb1d1c8d 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -386,7 +386,6 @@ public:
|
| // do something smarter.
|
| void removedStyleSheet(StyleSheet*, StyleResolverUpdateMode = FullStyleUpdate);
|
| void modifiedStyleSheet(StyleSheet*, StyleResolverUpdateMode = FullStyleUpdate);
|
| - void changedSelectorWatch();
|
|
|
| void scheduleUseShadowTreeUpdate(SVGUseElement&);
|
| void unscheduleUseShadowTreeUpdate(SVGUseElement&);
|
|
|