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

Unified Diff: Source/core/events/EventTargetModules.h

Issue 297493004: Move modules-dependent eventtarget code out of core. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/events/EventTargetModules.h
diff --git a/Source/core/events/EventTargetModules.h b/Source/core/events/EventTargetModules.h
deleted file mode 100644
index a26b6728ea9fb5fc75574f1b1bb670e2ab91f9a1..0000000000000000000000000000000000000000
--- a/Source/core/events/EventTargetModules.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright (c) 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef EventTargetModules_h
-#define EventTargetModules_h
-
-#include "EventTargetModulesInterfaces.h"
-#include "EventTargetModulesNames.h"
-#include "core/events/EventTarget.h"
-
-namespace WebCore {
-
-class AudioContext;
-class FileWriter;
-class IDBDatabase;
-class IDBRequest;
-class IDBTransaction;
-class MIDIAccess;
-class MIDIInput;
-class MIDIPort;
-class MediaStream;
-class Notification;
-class SVGElementInstance;
-class ExecutionContext;
-class ScriptProcessorNode;
-class WebSocket;
-
-} // namespace WebCore
-
-#endif // EventTargetModules_h

Powered by Google App Engine
This is Rietveld 408576698