| Index: Source/modules/mediastream/RTCPeerConnection.cpp
|
| diff --git a/Source/modules/mediastream/RTCPeerConnection.cpp b/Source/modules/mediastream/RTCPeerConnection.cpp
|
| index a243d1ccb25e7d0f9722855c3572f376c0874e3e..c990d23ca1cb52bb70b0dff54909d2e0bc16595a 100644
|
| --- a/Source/modules/mediastream/RTCPeerConnection.cpp
|
| +++ b/Source/modules/mediastream/RTCPeerConnection.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "bindings/v8/ArrayValue.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/Event.h"
|
| +#include "core/events/Event.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/ScriptExecutionContext.h"
|
| #include "core/html/VoidCallback.h"
|
|
|