Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1000)

Unified Diff: Source/core/frame/UseCounter.h

Issue 334283004: Rename DOMWindow to LocalDOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698