Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index dbd497321421b06daa88fef7c19e8f2e6623463e..cde4b0c441225beb4c3e62b22e30dd55bdadf4f1 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; |
@@ -493,7 +493,7 @@ public: |
// |
// The ExecutionContext* overload doesn't work for shared workers and |
// service workers. |
- 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); |