| Index: Source/modules/mediastream/RTCDataChannel.cpp
|
| diff --git a/Source/modules/mediastream/RTCDataChannel.cpp b/Source/modules/mediastream/RTCDataChannel.cpp
|
| index fd824a7945f69ad5a87c01d3ec3ce64e4a634239..014e8289c59df92918afc0e57f0c42297c50f819 100644
|
| --- a/Source/modules/mediastream/RTCDataChannel.cpp
|
| +++ b/Source/modules/mediastream/RTCDataChannel.cpp
|
| @@ -25,7 +25,7 @@
|
| #include "config.h"
|
| #include "modules/mediastream/RTCDataChannel.h"
|
|
|
| -#include "bindings/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/events/MessageEvent.h"
|
|
|