Index: third_party/WebKit/Source/modules/EventTargetModules.h |
diff --git a/third_party/WebKit/Source/modules/EventTargetModules.h b/third_party/WebKit/Source/modules/EventTargetModules.h |
index 2ad606d32bb4d05f17f3c84bfa43ec978a05aba8..e86e701107b5fcb8ab11adc9ae4379c788c5c1cd 100644 |
--- a/third_party/WebKit/Source/modules/EventTargetModules.h |
+++ b/third_party/WebKit/Source/modules/EventTargetModules.h |
@@ -9,13 +9,4 @@ |
#include "modules/EventModulesNames.h" |
#include "modules/EventTargetModulesNames.h" |
-namespace blink { |
- |
-class IDBRequest; |
-class MediaDevices; |
-class MediaRecorder; |
-class MediaStream; |
- |
-} // namespace blink |
- |
#endif // EventTargetModules_h |
haraken
2016/11/02 14:57:51
Oh... this is an include-only header file...
jbriance
2016/11/02 17:22:47
Indeed. My knowledge on this part is limited, and
|