Index: Source/core/dom/ExecutionContext.h |
diff --git a/Source/core/dom/ExecutionContext.h b/Source/core/dom/ExecutionContext.h |
index 8f73906ccf34a840dac1eee099db71439bee79fa..02d1bb049d0fa95c84d61fb4d4a4aba76a664ed0 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; |
@@ -79,7 +79,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&); |