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

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

Issue 584273002: Clean up forward declarations in Source/core/frame (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « Source/core/frame/FrameView.h ('k') | Source/core/frame/LocalFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/LocalDOMWindow.h
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
index 9f6157a9194838927cfec04abac7fc53b9a4e848..cce578cbad017dc12cd3c2bd7da128fdd64cfded 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -46,13 +46,10 @@ class CSSRuleList;
class CSSStyleDeclaration;
class Console;
class DOMSelection;
-class DOMURL;
class DOMWindowCSS;
class DOMWindowEventQueue;
class DOMWindowLifecycleNotifier;
class DOMWindowProperty;
-class Database;
-class DatabaseCallback;
class Document;
class DocumentInit;
class Element;
@@ -62,18 +59,14 @@ class ExceptionState;
class FloatRect;
class FrameConsole;
class History;
-class IDBFactory;
class LocalFrame;
class Location;
class MediaQueryList;
-class MessageEvent;
class Navigator;
-class Node;
class Page;
class Performance;
class PostMessageTimer;
class RequestAnimationFrameCallback;
-class ScheduledAction;
class Screen;
class ScriptCallStack;
class SecurityOrigin;
@@ -81,8 +74,6 @@ class SerializedScriptValue;
class Storage;
class StyleMedia;
-struct WindowFeatures;
-
typedef WillBeHeapVector<RefPtrWillBeMember<MessagePort>, 1> MessagePortArray;
enum PageshowEventPersistence {
« no previous file with comments | « Source/core/frame/FrameView.h ('k') | Source/core/frame/LocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698