| Index: Source/modules/mediastream/RTCPeerConnection.h
|
| diff --git a/Source/modules/mediastream/RTCPeerConnection.h b/Source/modules/mediastream/RTCPeerConnection.h
|
| index 947bab13f9504e64a6623bd93b0c4b0180104307..2298a86bf9e4e7be55ea91aa434be7733c6dff88 100644
|
| --- a/Source/modules/mediastream/RTCPeerConnection.h
|
| +++ b/Source/modules/mediastream/RTCPeerConnection.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef RTCPeerConnection_h
|
| #define RTCPeerConnection_h
|
|
|
| -#include "bindings/v8/Dictionary.h"
|
| -#include "bindings/v8/ScriptWrappable.h"
|
| +#include "bindings/core/v8/Dictionary.h"
|
| +#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/mediastream/MediaStream.h"
|
|
|