Commit 5a9e62ea authored by rob.buis@samsung.com's avatar rob.buis@samsung.com

Clean up forward declarations in Source/core/events

These forward references are not needed anymore. After
this patch, Source/core/events has no unneeded forward references
any more.

Review URL: https://codereview.chromium.org/656683009

git-svn-id: svn://svn.chromium.org/blink/trunk@183935 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 1b38cacc
......@@ -37,7 +37,6 @@ namespace blink {
class Event;
class DOMWindowEventQueueTimer;
class Node;
class ExecutionContext;
#if ENABLE(OILPAN)
......
......@@ -34,7 +34,6 @@
namespace blink {
class EventTarget;
class EventDispatcher;
class ExecutionContext;
struct EventInit {
......
......@@ -40,7 +40,6 @@ namespace blink {
class Event;
class EventDispatcher;
class Node;
class EventDispatchMediator : public RefCountedWillBeGarbageCollectedFinalized<EventDispatchMediator> {
public:
......
......@@ -25,7 +25,6 @@
namespace blink {
class DOMWrapperWorld;
class Event;
class ExecutionContext;
......
......@@ -44,10 +44,6 @@ class Event;
class ExceptionState;
class MessagePort;
class Node;
class TextTrack;
class TextTrackCue;
class XMLHttpRequest;
class XMLHttpRequestUpload;
struct FiringEventIterator {
FiringEventIterator(const AtomicString& eventType, size_t& iterator, size_t& end)
......
......@@ -31,8 +31,6 @@
namespace blink {
class Node;
struct FocusEventInit : public UIEventInit {
FocusEventInit();
......
......@@ -30,7 +30,6 @@
namespace blink {
class EventDispatcher;
class Node;
class PlatformKeyboardEvent;
struct KeyboardEventInit : public UIEventInit {
......
......@@ -39,6 +39,8 @@
namespace blink {
class TextTrack;
class TextTrackCue : public RefCountedWillBeGarbageCollectedFinalized<TextTrackCue>, public EventTargetWithInlineData {
DEFINE_WRAPPERTYPEINFO();
REFCOUNTED_EVENT_TARGET(TextTrackCue);
......
......@@ -53,6 +53,7 @@ class Stream;
class TextResourceDecoder;
class ThreadableLoader;
class UnderlyingSource;
class XMLHttpRequestUpload;
typedef int ExceptionCode;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment