| Index: Source/core/frame/UseCounter.h
|
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
|
| index e33c98848facd6aa86eed88c8126be86de7cfb5a..8ebc80df3d0d796f0b53e5d520ee3df7bf500c91 100644
|
| --- a/Source/core/frame/UseCounter.h
|
| +++ b/Source/core/frame/UseCounter.h
|
| @@ -36,7 +36,7 @@
|
| namespace WebCore {
|
|
|
| class CSSStyleSheet;
|
| -class DOMWindow;
|
| +class LocalDOMWindow;
|
| class Document;
|
| class ExecutionContext;
|
| class StyleSheetContents;
|
| @@ -479,7 +479,7 @@ public:
|
| //
|
| // Be considerate to developers' consoles: features should only send deprecation warnings
|
| // when we're actively interested in removing them from the platform.
|
| - static void countDeprecation(const DOMWindow*, Feature);
|
| + static void countDeprecation(const LocalDOMWindow*, Feature);
|
| static void countDeprecation(ExecutionContext*, Feature);
|
| static void countDeprecation(const Document&, Feature);
|
| String deprecationMessage(Feature);
|
|
|