Index: Source/core/dom/ExecutionContext.h |
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h |
index abad7322da904386440ad548dbdb191619ea6281..863b18b56f285a116e58b2b7edb8df895b8518c5 100644 |
--- a/Source/core/dom/ExecutionContext.h |
+++ b/Source/core/dom/ExecutionContext.h |
@@ -51,7 +51,7 @@ class OrdinalNumber; |
namespace WebCore { |
class ContextLifecycleNotifier; |
-class DOMWindow; |
+class LocalDOMWindow; |
class EventListener; |
class EventQueue; |
class EventTarget; |
@@ -77,7 +77,7 @@ public: |
const KURL& url() const; |
KURL completeURL(const String& url) const; |
void disableEval(const String& errorMessage); |
- DOMWindow* executingWindow() const; |
+ LocalDOMWindow* executingWindow() const; |
String userAgent(const KURL&) const; |
void postTask(PassOwnPtr<ExecutionContextTask>); |
void postTask(const Closure&); |