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

Unified Diff: third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp

Issue 2742573005: Avoid to include IDL-generated headers from EventTarget.h and Node.h (Closed)
Patch Set: . Created 3 years, 9 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: third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp
diff --git a/third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp b/third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp
index 3276aac9272ee21a4f67605556cb1c71214a82d4..45156f94fc05c4e2628b1b84f37992316c546841 100644
--- a/third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp
+++ b/third_party/WebKit/Source/modules/mediastream/URLMediaStream.cpp
@@ -30,6 +30,7 @@
#include "modules/mediastream/URLMediaStream.h"
+#include "bindings/core/v8/ScriptState.h"
#include "core/dom/DOMURL.h"
#include "core/frame/UseCounter.h"
#include "modules/mediastream/MediaStream.h"

Powered by Google App Engine
This is Rietveld 408576698