Index: Source/modules/mediastream/RTCPeerConnection.cpp |
diff --git a/Source/modules/mediastream/RTCPeerConnection.cpp b/Source/modules/mediastream/RTCPeerConnection.cpp |
index 5c9f9c21539cb03d13f349af999bf6638532b6f9..4d860d1c6274f67ccfadc32706581b62c53f8c4c 100644 |
--- a/Source/modules/mediastream/RTCPeerConnection.cpp |
+++ b/Source/modules/mediastream/RTCPeerConnection.cpp |
@@ -31,9 +31,9 @@ |
#include "config.h" |
#include "modules/mediastream/RTCPeerConnection.h" |
-#include "bindings/v8/ArrayValue.h" |
-#include "bindings/v8/ExceptionMessages.h" |
-#include "bindings/v8/ExceptionState.h" |
+#include "bindings/core/v8/ArrayValue.h" |
+#include "bindings/core/v8/ExceptionMessages.h" |
+#include "bindings/core/v8/ExceptionState.h" |
#include "core/dom/Document.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/ExecutionContext.h" |