<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[198492] trunk</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/198492">198492</a></dd>
<dt>Author</dt> <dd>eric.carlson@apple.com</dd>
<dt>Date</dt> <dd>2016-03-21 10:52:29 -0700 (Mon, 21 Mar 2016)</dd>
</dl>
<h3>Log Message</h3>
<pre>Add a WebRTC specific compile flag
https://bugs.webkit.org/show_bug.cgi?id=155663
.:
Reviewed by Jer Noble.
* Source/cmake/OptionsEfl.cmake:
* Source/cmake/OptionsGTK.cmake:
* Source/cmake/WebKitFeatures.cmake:
Source/WebCore:
Guard WebRTC-only files with ENABLE(WEB_RTC) rather than ENABLE(MEDIA_STREAM).
Reviewed by Jer Noble.
* Modules/mediastream/MediaEndpointPeerConnection.cpp:
* Modules/mediastream/MediaEndpointPeerConnection.h:
* Modules/mediastream/PeerConnectionBackend.h:
* Modules/mediastream/PeerConnectionStates.h:
* Modules/mediastream/RTCConfiguration.cpp:
* Modules/mediastream/RTCConfiguration.h:
* Modules/mediastream/RTCConfiguration.idl:
* Modules/mediastream/RTCDTMFSender.cpp:
* Modules/mediastream/RTCDTMFSender.h:
* Modules/mediastream/RTCDTMFSender.idl:
* Modules/mediastream/RTCDTMFToneChangeEvent.cpp:
* Modules/mediastream/RTCDTMFToneChangeEvent.h:
* Modules/mediastream/RTCDTMFToneChangeEvent.idl:
* Modules/mediastream/RTCDataChannel.cpp:
* Modules/mediastream/RTCDataChannel.h:
* Modules/mediastream/RTCDataChannel.idl:
* Modules/mediastream/RTCDataChannelEvent.cpp:
* Modules/mediastream/RTCDataChannelEvent.h:
* Modules/mediastream/RTCDataChannelEvent.idl:
* Modules/mediastream/RTCIceCandidate.cpp:
* Modules/mediastream/RTCIceCandidate.h:
* Modules/mediastream/RTCIceCandidate.idl:
* Modules/mediastream/RTCIceCandidateEvent.cpp:
* Modules/mediastream/RTCIceCandidateEvent.h:
* Modules/mediastream/RTCIceCandidateEvent.idl:
* Modules/mediastream/RTCIceServer.h:
* Modules/mediastream/RTCIceServer.idl:
* Modules/mediastream/RTCOfferAnswerOptions.cpp:
* Modules/mediastream/RTCOfferAnswerOptions.h:
* Modules/mediastream/RTCPeerConnection.cpp:
* Modules/mediastream/RTCPeerConnection.h:
* Modules/mediastream/RTCPeerConnection.idl:
* Modules/mediastream/RTCPeerConnection.js:
(createOffer):
* Modules/mediastream/RTCPeerConnectionInternals.js:
* Modules/mediastream/RTCRtpReceiver.cpp:
* Modules/mediastream/RTCRtpReceiver.h:
* Modules/mediastream/RTCRtpReceiver.idl:
* Modules/mediastream/RTCRtpSender.cpp:
* Modules/mediastream/RTCRtpSender.h:
* Modules/mediastream/RTCRtpSender.idl:
* Modules/mediastream/RTCRtpSenderReceiverBase.h:
* Modules/mediastream/RTCSessionDescription.cpp:
* Modules/mediastream/RTCSessionDescription.h:
* Modules/mediastream/RTCSessionDescription.idl:
* Modules/mediastream/RTCStatsReport.cpp:
* Modules/mediastream/RTCStatsReport.idl:
* Modules/mediastream/RTCStatsResponse.cpp:
* Modules/mediastream/RTCStatsResponse.idl:
* Modules/mediastream/RTCTrackEvent.cpp:
* Modules/mediastream/RTCTrackEvent.h:
* Modules/mediastream/RTCTrackEvent.idl:
* Modules/mediastream/SDPProcessor.cpp:
* Modules/mediastream/SDPProcessor.h:
* bindings/generic/RuntimeEnabledFeatures.cpp:
(WebCore::RuntimeEnabledFeatures::RuntimeEnabledFeatures):
* bindings/generic/RuntimeEnabledFeatures.h:
(WebCore::RuntimeEnabledFeatures::setMediaStreamEnabled):
(WebCore::RuntimeEnabledFeatures::webkitGetUserMediaEnabled):
(WebCore::RuntimeEnabledFeatures::webkitMediaStreamEnabled):
(WebCore::RuntimeEnabledFeatures::peerConnectionEnabled):
(WebCore::RuntimeEnabledFeatures::setPeerConnectionEnabled):
(WebCore::RuntimeEnabledFeatures::webkitRTCPeerConnectionEnabled):
* bindings/js/JSDOMGlobalObject.cpp:
(WebCore::JSDOMGlobalObject::addBuiltinGlobals):
* bindings/js/JSDictionary.cpp:
(WebCore::JSDictionary::convertValue):
* bindings/js/JSDictionary.h:
* bindings/js/JSRTCIceCandidateCustom.cpp:
* bindings/js/JSRTCPeerConnectionCustom.cpp:
* bindings/js/JSRTCSessionDescriptionCustom.cpp:
* bindings/js/JSRTCStatsResponseCustom.cpp:
* bindings/js/WebCoreJSBuiltinInternals.cpp:
(WebCore::JSBuiltinInternalFunctions::JSBuiltinInternalFunctions):
(WebCore::JSBuiltinInternalFunctions::visit):
(WebCore::JSBuiltinInternalFunctions::initialize):
* bindings/js/WebCoreJSBuiltinInternals.h:
(WebCore::JSBuiltinInternalFunctions::rtcPeerConnectionInternals):
* bindings/js/WebCoreJSBuiltins.h:
(WebCore::JSBuiltinFunctions::JSBuiltinFunctions):
(WebCore::JSBuiltinFunctions::mediaDevicesBuiltins):
(WebCore::JSBuiltinFunctions::navigatorUserMediaBuiltins):
(WebCore::JSBuiltinFunctions::rtcPeerConnectionBuiltins):
(WebCore::JSBuiltinFunctions::rtcPeerConnectionInternalsBuiltins):
* dom/EventNames.in:
* dom/EventTargetFactory.in:
* loader/FrameLoaderClient.h:
* platform/mediastream/IceCandidate.h:
* platform/mediastream/MediaEndpoint.cpp:
* platform/mediastream/MediaEndpoint.h:
* platform/mediastream/MediaEndpointConfiguration.cpp:
* platform/mediastream/MediaEndpointConfiguration.h:
* platform/mediastream/MediaEndpointSessionConfiguration.h:
* platform/mediastream/MediaPayload.h:
* platform/mediastream/PeerMediaDescription.h:
* platform/mediastream/RTCConfigurationPrivate.h:
* platform/mediastream/RTCDTMFSenderHandler.h:
* platform/mediastream/RTCDTMFSenderHandlerClient.h:
* platform/mediastream/RTCDataChannelHandler.h:
* platform/mediastream/RTCDataChannelHandlerClient.h:
* platform/mediastream/RTCIceCandidateDescriptor.cpp:
* platform/mediastream/RTCIceCandidateDescriptor.h:
* platform/mediastream/RTCIceServerPrivate.h:
* platform/mediastream/RTCPeerConnectionHandler.cpp:
* platform/mediastream/RTCPeerConnectionHandler.h:
* platform/mediastream/RTCPeerConnectionHandlerClient.h:
* platform/mediastream/RTCSessionDescriptionDescriptor.cpp:
* platform/mediastream/RTCSessionDescriptionDescriptor.h:
* platform/mediastream/RTCSessionDescriptionRequest.h:
* platform/mediastream/RTCStatsRequest.h:
* platform/mediastream/RTCStatsResponseBase.h:
* platform/mediastream/RTCVoidRequest.h:
* platform/mediastream/SDPProcessorScriptResource.cpp:
* platform/mediastream/SDPProcessorScriptResource.h:
* platform/mock/MockMediaEndpoint.cpp:
* platform/mock/MockMediaEndpoint.h:
* platform/mock/RTCDTMFSenderHandlerMock.cpp:
* platform/mock/RTCDTMFSenderHandlerMock.h:
* platform/mock/RTCDataChannelHandlerMock.cpp:
* platform/mock/RTCDataChannelHandlerMock.h:
* platform/mock/RTCNotifiersMock.cpp:
* platform/mock/RTCNotifiersMock.h:
* platform/mock/RTCPeerConnectionHandlerMock.cpp:
* platform/mock/RTCPeerConnectionHandlerMock.h:
* platform/mock/TimerEventBasedMock.h:
(WebCore::RenderLayerBacking::paintIntoLayer):
* testing/Internals.cpp:
(WebCore::Internals::Internals):
(WebCore::Internals::enableMockSpeechSynthesizer):
(WebCore::Internals::enableMockMediaEndpoint):
(WebCore::Internals::enableMockRTCPeerConnectionHandler):
(WebCore::Internals::setMockMediaCaptureDevicesEnabled):
* testing/Internals.h:
LayoutTests:
Reviewed by Jer Noble.
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkChangeLog">trunk/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacjsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmavericksjsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacyosemitejsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaEndpointPeerConnectioncpp">trunk/Source/WebCore/Modules/mediastream/MediaEndpointPeerConnection.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamMediaEndpointPeerConnectionh">trunk/Source/WebCore/Modules/mediastream/MediaEndpointPeerConnection.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamPeerConnectionBackendh">trunk/Source/WebCore/Modules/mediastream/PeerConnectionBackend.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamPeerConnectionStatesh">trunk/Source/WebCore/Modules/mediastream/PeerConnectionStates.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCConfigurationcpp">trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCConfigurationh">trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCConfigurationidl">trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDTMFSendercpp">trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDTMFSenderh">trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDTMFSenderidl">trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDTMFToneChangeEventcpp">trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDTMFToneChangeEventh">trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDTMFToneChangeEventidl">trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDataChannelcpp">trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDataChannelh">trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDataChannelidl">trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDataChannelEventcpp">trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDataChannelEventh">trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDataChannelEventidl">trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCIceCandidatecpp">trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCIceCandidateh">trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCIceCandidateidl">trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCIceCandidateEventcpp">trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCIceCandidateEventh">trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCIceCandidateEventidl">trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCIceServerh">trunk/Source/WebCore/Modules/mediastream/RTCIceServer.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCIceServeridl">trunk/Source/WebCore/Modules/mediastream/RTCIceServer.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCOfferAnswerOptionscpp">trunk/Source/WebCore/Modules/mediastream/RTCOfferAnswerOptions.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCOfferAnswerOptionsh">trunk/Source/WebCore/Modules/mediastream/RTCOfferAnswerOptions.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCPeerConnectioncpp">trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCPeerConnectionh">trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCPeerConnectionidl">trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCPeerConnectionjs">trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.js</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCPeerConnectionInternalsjs">trunk/Source/WebCore/Modules/mediastream/RTCPeerConnectionInternals.js</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCRtpReceivercpp">trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCRtpReceiverh">trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCRtpReceiveridl">trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCRtpSendercpp">trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCRtpSenderh">trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCRtpSenderidl">trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCRtpSenderReceiverBaseh">trunk/Source/WebCore/Modules/mediastream/RTCRtpSenderReceiverBase.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCSessionDescriptioncpp">trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCSessionDescriptionh">trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCSessionDescriptionidl">trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCStatsReportcpp">trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCStatsReportidl">trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCStatsResponsecpp">trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCStatsResponseidl">trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCTrackEventcpp">trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCTrackEventh">trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.h</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCTrackEventidl">trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.idl</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamSDPProcessorcpp">trunk/Source/WebCore/Modules/mediastream/SDPProcessor.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamSDPProcessorh">trunk/Source/WebCore/Modules/mediastream/SDPProcessor.h</a></li>
<li><a href="#trunkSourceWebCorebindingsgenericRuntimeEnabledFeaturescpp">trunk/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsgenericRuntimeEnabledFeaturesh">trunk/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMGlobalObjectcpp">trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDictionarycpp">trunk/Source/WebCore/bindings/js/JSDictionary.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDictionaryh">trunk/Source/WebCore/bindings/js/JSDictionary.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSRTCIceCandidateCustomcpp">trunk/Source/WebCore/bindings/js/JSRTCIceCandidateCustom.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSRTCPeerConnectionCustomcpp">trunk/Source/WebCore/bindings/js/JSRTCPeerConnectionCustom.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSRTCSessionDescriptionCustomcpp">trunk/Source/WebCore/bindings/js/JSRTCSessionDescriptionCustom.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSRTCStatsResponseCustomcpp">trunk/Source/WebCore/bindings/js/JSRTCStatsResponseCustom.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsWebCoreJSBuiltinInternalscpp">trunk/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsWebCoreJSBuiltinInternalsh">trunk/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsWebCoreJSBuiltinsh">trunk/Source/WebCore/bindings/js/WebCoreJSBuiltins.h</a></li>
<li><a href="#trunkSourceWebCoredomEventNamesin">trunk/Source/WebCore/dom/EventNames.in</a></li>
<li><a href="#trunkSourceWebCoredomEventTargetFactoryin">trunk/Source/WebCore/dom/EventTargetFactory.in</a></li>
<li><a href="#trunkSourceWebCoreloaderFrameLoaderClienth">trunk/Source/WebCore/loader/FrameLoaderClient.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamIceCandidateh">trunk/Source/WebCore/platform/mediastream/IceCandidate.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamMediaEndpointcpp">trunk/Source/WebCore/platform/mediastream/MediaEndpoint.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamMediaEndpointh">trunk/Source/WebCore/platform/mediastream/MediaEndpoint.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamMediaEndpointConfigurationcpp">trunk/Source/WebCore/platform/mediastream/MediaEndpointConfiguration.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamMediaEndpointConfigurationh">trunk/Source/WebCore/platform/mediastream/MediaEndpointConfiguration.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamMediaEndpointSessionConfigurationh">trunk/Source/WebCore/platform/mediastream/MediaEndpointSessionConfiguration.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamMediaPayloadh">trunk/Source/WebCore/platform/mediastream/MediaPayload.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamPeerMediaDescriptionh">trunk/Source/WebCore/platform/mediastream/PeerMediaDescription.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCConfigurationPrivateh">trunk/Source/WebCore/platform/mediastream/RTCConfigurationPrivate.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCDTMFSenderHandlerh">trunk/Source/WebCore/platform/mediastream/RTCDTMFSenderHandler.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCDTMFSenderHandlerClienth">trunk/Source/WebCore/platform/mediastream/RTCDTMFSenderHandlerClient.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCDataChannelHandlerh">trunk/Source/WebCore/platform/mediastream/RTCDataChannelHandler.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCDataChannelHandlerClienth">trunk/Source/WebCore/platform/mediastream/RTCDataChannelHandlerClient.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCIceCandidateDescriptorcpp">trunk/Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCIceCandidateDescriptorh">trunk/Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCIceServerPrivateh">trunk/Source/WebCore/platform/mediastream/RTCIceServerPrivate.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCPeerConnectionHandlercpp">trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandler.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCPeerConnectionHandlerh">trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandler.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCPeerConnectionHandlerClienth">trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCSessionDescriptionDescriptorcpp">trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionDescriptor.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCSessionDescriptionDescriptorh">trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionDescriptor.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCSessionDescriptionRequesth">trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionRequest.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCStatsRequesth">trunk/Source/WebCore/platform/mediastream/RTCStatsRequest.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCStatsResponseBaseh">trunk/Source/WebCore/platform/mediastream/RTCStatsResponseBase.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamRTCVoidRequesth">trunk/Source/WebCore/platform/mediastream/RTCVoidRequest.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamSDPProcessorScriptResourcecpp">trunk/Source/WebCore/platform/mediastream/SDPProcessorScriptResource.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamSDPProcessorScriptResourceh">trunk/Source/WebCore/platform/mediastream/SDPProcessorScriptResource.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmediastreamgtkSDPProcessorScriptResourceGtkcpp">trunk/Source/WebCore/platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmockMockMediaEndpointcpp">trunk/Source/WebCore/platform/mock/MockMediaEndpoint.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmockMockMediaEndpointh">trunk/Source/WebCore/platform/mock/MockMediaEndpoint.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmockRTCDTMFSenderHandlerMockcpp">trunk/Source/WebCore/platform/mock/RTCDTMFSenderHandlerMock.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmockRTCDTMFSenderHandlerMockh">trunk/Source/WebCore/platform/mock/RTCDTMFSenderHandlerMock.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmockRTCDataChannelHandlerMockcpp">trunk/Source/WebCore/platform/mock/RTCDataChannelHandlerMock.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmockRTCDataChannelHandlerMockh">trunk/Source/WebCore/platform/mock/RTCDataChannelHandlerMock.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmockRTCNotifiersMockcpp">trunk/Source/WebCore/platform/mock/RTCNotifiersMock.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmockRTCNotifiersMockh">trunk/Source/WebCore/platform/mock/RTCNotifiersMock.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmockRTCPeerConnectionHandlerMockcpp">trunk/Source/WebCore/platform/mock/RTCPeerConnectionHandlerMock.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmockRTCPeerConnectionHandlerMockh">trunk/Source/WebCore/platform/mock/RTCPeerConnectionHandlerMock.h</a></li>
<li><a href="#trunkSourceWebCoreplatformmockTimerEventBasedMockh">trunk/Source/WebCore/platform/mock/TimerEventBasedMock.h</a></li>
<li><a href="#trunkSourceWebCoretestingInternalscpp">trunk/Source/WebCore/testing/Internals.cpp</a></li>
<li><a href="#trunkSourceWebCoretestingInternalsh">trunk/Source/WebCore/testing/Internals.h</a></li>
<li><a href="#trunkSourcecmakeOptionsEflcmake">trunk/Source/cmake/OptionsEfl.cmake</a></li>
<li><a href="#trunkSourcecmakeOptionsGTKcmake">trunk/Source/cmake/OptionsGTK.cmake</a></li>
<li><a href="#trunkSourcecmakeWebKitFeaturescmake">trunk/Source/cmake/WebKitFeatures.cmake</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/ChangeLog (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/ChangeLog        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/ChangeLog        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2016-03-21 Eric Carlson <eric.carlson@apple.com>
+
+ Add a WebRTC specific compile flag
+ https://bugs.webkit.org/show_bug.cgi?id=155663
+
+ Reviewed by Jer Noble.
+
+ * Source/cmake/OptionsEfl.cmake:
+ * Source/cmake/OptionsGTK.cmake:
+ * Source/cmake/WebKitFeatures.cmake:
+
</ins><span class="cx"> 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
</span><span class="cx">
</span><span class="cx"> Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
</span></span></pre></div>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/LayoutTests/ChangeLog        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2016-03-21 Eric Carlson <eric.carlson@apple.com>
+
+ Add a WebRTC specific compile flag
+ https://bugs.webkit.org/show_bug.cgi?id=155663
+
+ Reviewed by Jer Noble.
+
+ * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
+ * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
+ * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
</ins><span class="cx"> 2016-03-21 Ryan Haddad <ryanhaddad@apple.com>
</span><span class="cx">
</span><span class="cx"> Moving the -expected.txt file for accessibility/radio-button-group-members.html
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -179,6 +179,12 @@
</span><span class="cx"> fast/mediastream/RTCPeerConnection-stable.html
</span><span class="cx"> fast/mediastream/RTCPeerConnection.html
</span><span class="cx"> fast/mediastream/RTCPeerConnection-inspect-offer.html
</span><ins>+fast/mediastream/RTCPeerConnection-add-removeTrack.html
+fast/mediastream/RTCPeerConnection-closed-state.html
+fast/mediastream/RTCPeerConnection-overloaded-operations-params.html
+fast/mediastream/RTCPeerConnection-overloaded-operations.html
+fast/mediastream/RTCRtpSender-replaceTrack.html
+fast/mediastream/RTCSessionDescription.html
</ins><span class="cx">
</span><span class="cx"> # Asserts in debug.
</span><span class="cx"> [ Debug ] fast/images/large-size-image-crash.html [ Skip ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacjsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -1133,31 +1133,6 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').configurable is true
</span><del>-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').value is RTCIceCandidate
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').value is RTCRtpReceiver
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').value is RTCRtpSender
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').value is RTCSessionDescription
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').value is RTCTrackEvent
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').configurable is true
</del><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RadioNodeList').value is RadioNodeList
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RadioNodeList').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RadioNodeList').hasOwnProperty('set') is false
</span><span class="lines">@@ -2383,11 +2358,6 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').configurable is true
</span><del>-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').value is webkitRTCPeerConnection
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').configurable is true
</del><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitURL').value is webkitURL
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitURL').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitURL').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmavericksjsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -1023,31 +1023,6 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').configurable is true
</span><del>-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').value is RTCIceCandidate
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').value is RTCRtpReceiver
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').value is RTCRtpSender
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').value is RTCSessionDescription
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').value is RTCTrackEvent
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').configurable is true
</del><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RadioNodeList').value is RadioNodeList
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RadioNodeList').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RadioNodeList').hasOwnProperty('set') is false
</span><span class="lines">@@ -2193,11 +2168,6 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').configurable is true
</span><del>-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').value is webkitRTCPeerConnection
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').configurable is true
</del><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitURL').value is webkitURL
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitURL').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitURL').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacyosemitejsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -1133,31 +1133,6 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RGBColor').configurable is true
</span><del>-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').value is RTCIceCandidate
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCIceCandidate').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').value is RTCRtpReceiver
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpReceiver').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').value is RTCRtpSender
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCRtpSender').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').value is RTCSessionDescription
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCSessionDescription').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').value is RTCTrackEvent
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'RTCTrackEvent').configurable is true
</del><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RadioNodeList').value is RadioNodeList
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RadioNodeList').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'RadioNodeList').hasOwnProperty('set') is false
</span><span class="lines">@@ -2378,11 +2353,6 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitOfflineAudioContext').configurable is true
</span><del>-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').value is webkitRTCPeerConnection
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'webkitRTCPeerConnection').configurable is true
</del><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitURL').value is webkitURL
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitURL').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'webkitURL').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/ChangeLog        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -1,3 +1,146 @@
</span><ins>+2016-03-21 Eric Carlson <eric.carlson@apple.com>
+
+ Add a WebRTC specific compile flag
+ https://bugs.webkit.org/show_bug.cgi?id=155663
+
+ Guard WebRTC-only files with ENABLE(WEB_RTC) rather than ENABLE(MEDIA_STREAM).
+
+ Reviewed by Jer Noble.
+
+ * Modules/mediastream/MediaEndpointPeerConnection.cpp:
+ * Modules/mediastream/MediaEndpointPeerConnection.h:
+ * Modules/mediastream/PeerConnectionBackend.h:
+ * Modules/mediastream/PeerConnectionStates.h:
+ * Modules/mediastream/RTCConfiguration.cpp:
+ * Modules/mediastream/RTCConfiguration.h:
+ * Modules/mediastream/RTCConfiguration.idl:
+ * Modules/mediastream/RTCDTMFSender.cpp:
+ * Modules/mediastream/RTCDTMFSender.h:
+ * Modules/mediastream/RTCDTMFSender.idl:
+ * Modules/mediastream/RTCDTMFToneChangeEvent.cpp:
+ * Modules/mediastream/RTCDTMFToneChangeEvent.h:
+ * Modules/mediastream/RTCDTMFToneChangeEvent.idl:
+ * Modules/mediastream/RTCDataChannel.cpp:
+ * Modules/mediastream/RTCDataChannel.h:
+ * Modules/mediastream/RTCDataChannel.idl:
+ * Modules/mediastream/RTCDataChannelEvent.cpp:
+ * Modules/mediastream/RTCDataChannelEvent.h:
+ * Modules/mediastream/RTCDataChannelEvent.idl:
+ * Modules/mediastream/RTCIceCandidate.cpp:
+ * Modules/mediastream/RTCIceCandidate.h:
+ * Modules/mediastream/RTCIceCandidate.idl:
+ * Modules/mediastream/RTCIceCandidateEvent.cpp:
+ * Modules/mediastream/RTCIceCandidateEvent.h:
+ * Modules/mediastream/RTCIceCandidateEvent.idl:
+ * Modules/mediastream/RTCIceServer.h:
+ * Modules/mediastream/RTCIceServer.idl:
+ * Modules/mediastream/RTCOfferAnswerOptions.cpp:
+ * Modules/mediastream/RTCOfferAnswerOptions.h:
+ * Modules/mediastream/RTCPeerConnection.cpp:
+ * Modules/mediastream/RTCPeerConnection.h:
+ * Modules/mediastream/RTCPeerConnection.idl:
+ * Modules/mediastream/RTCPeerConnection.js:
+ (createOffer):
+ * Modules/mediastream/RTCPeerConnectionInternals.js:
+ * Modules/mediastream/RTCRtpReceiver.cpp:
+ * Modules/mediastream/RTCRtpReceiver.h:
+ * Modules/mediastream/RTCRtpReceiver.idl:
+ * Modules/mediastream/RTCRtpSender.cpp:
+ * Modules/mediastream/RTCRtpSender.h:
+ * Modules/mediastream/RTCRtpSender.idl:
+ * Modules/mediastream/RTCRtpSenderReceiverBase.h:
+ * Modules/mediastream/RTCSessionDescription.cpp:
+ * Modules/mediastream/RTCSessionDescription.h:
+ * Modules/mediastream/RTCSessionDescription.idl:
+ * Modules/mediastream/RTCStatsReport.cpp:
+ * Modules/mediastream/RTCStatsReport.idl:
+ * Modules/mediastream/RTCStatsResponse.cpp:
+ * Modules/mediastream/RTCStatsResponse.idl:
+ * Modules/mediastream/RTCTrackEvent.cpp:
+ * Modules/mediastream/RTCTrackEvent.h:
+ * Modules/mediastream/RTCTrackEvent.idl:
+ * Modules/mediastream/SDPProcessor.cpp:
+ * Modules/mediastream/SDPProcessor.h:
+ * bindings/generic/RuntimeEnabledFeatures.cpp:
+ (WebCore::RuntimeEnabledFeatures::RuntimeEnabledFeatures):
+ * bindings/generic/RuntimeEnabledFeatures.h:
+ (WebCore::RuntimeEnabledFeatures::setMediaStreamEnabled):
+ (WebCore::RuntimeEnabledFeatures::webkitGetUserMediaEnabled):
+ (WebCore::RuntimeEnabledFeatures::webkitMediaStreamEnabled):
+ (WebCore::RuntimeEnabledFeatures::peerConnectionEnabled):
+ (WebCore::RuntimeEnabledFeatures::setPeerConnectionEnabled):
+ (WebCore::RuntimeEnabledFeatures::webkitRTCPeerConnectionEnabled):
+ * bindings/js/JSDOMGlobalObject.cpp:
+ (WebCore::JSDOMGlobalObject::addBuiltinGlobals):
+ * bindings/js/JSDictionary.cpp:
+ (WebCore::JSDictionary::convertValue):
+ * bindings/js/JSDictionary.h:
+ * bindings/js/JSRTCIceCandidateCustom.cpp:
+ * bindings/js/JSRTCPeerConnectionCustom.cpp:
+ * bindings/js/JSRTCSessionDescriptionCustom.cpp:
+ * bindings/js/JSRTCStatsResponseCustom.cpp:
+ * bindings/js/WebCoreJSBuiltinInternals.cpp:
+ (WebCore::JSBuiltinInternalFunctions::JSBuiltinInternalFunctions):
+ (WebCore::JSBuiltinInternalFunctions::visit):
+ (WebCore::JSBuiltinInternalFunctions::initialize):
+ * bindings/js/WebCoreJSBuiltinInternals.h:
+ (WebCore::JSBuiltinInternalFunctions::rtcPeerConnectionInternals):
+ * bindings/js/WebCoreJSBuiltins.h:
+ (WebCore::JSBuiltinFunctions::JSBuiltinFunctions):
+ (WebCore::JSBuiltinFunctions::mediaDevicesBuiltins):
+ (WebCore::JSBuiltinFunctions::navigatorUserMediaBuiltins):
+ (WebCore::JSBuiltinFunctions::rtcPeerConnectionBuiltins):
+ (WebCore::JSBuiltinFunctions::rtcPeerConnectionInternalsBuiltins):
+ * dom/EventNames.in:
+ * dom/EventTargetFactory.in:
+ * loader/FrameLoaderClient.h:
+ * platform/mediastream/IceCandidate.h:
+ * platform/mediastream/MediaEndpoint.cpp:
+ * platform/mediastream/MediaEndpoint.h:
+ * platform/mediastream/MediaEndpointConfiguration.cpp:
+ * platform/mediastream/MediaEndpointConfiguration.h:
+ * platform/mediastream/MediaEndpointSessionConfiguration.h:
+ * platform/mediastream/MediaPayload.h:
+ * platform/mediastream/PeerMediaDescription.h:
+ * platform/mediastream/RTCConfigurationPrivate.h:
+ * platform/mediastream/RTCDTMFSenderHandler.h:
+ * platform/mediastream/RTCDTMFSenderHandlerClient.h:
+ * platform/mediastream/RTCDataChannelHandler.h:
+ * platform/mediastream/RTCDataChannelHandlerClient.h:
+ * platform/mediastream/RTCIceCandidateDescriptor.cpp:
+ * platform/mediastream/RTCIceCandidateDescriptor.h:
+ * platform/mediastream/RTCIceServerPrivate.h:
+ * platform/mediastream/RTCPeerConnectionHandler.cpp:
+ * platform/mediastream/RTCPeerConnectionHandler.h:
+ * platform/mediastream/RTCPeerConnectionHandlerClient.h:
+ * platform/mediastream/RTCSessionDescriptionDescriptor.cpp:
+ * platform/mediastream/RTCSessionDescriptionDescriptor.h:
+ * platform/mediastream/RTCSessionDescriptionRequest.h:
+ * platform/mediastream/RTCStatsRequest.h:
+ * platform/mediastream/RTCStatsResponseBase.h:
+ * platform/mediastream/RTCVoidRequest.h:
+ * platform/mediastream/SDPProcessorScriptResource.cpp:
+ * platform/mediastream/SDPProcessorScriptResource.h:
+ * platform/mock/MockMediaEndpoint.cpp:
+ * platform/mock/MockMediaEndpoint.h:
+ * platform/mock/RTCDTMFSenderHandlerMock.cpp:
+ * platform/mock/RTCDTMFSenderHandlerMock.h:
+ * platform/mock/RTCDataChannelHandlerMock.cpp:
+ * platform/mock/RTCDataChannelHandlerMock.h:
+ * platform/mock/RTCNotifiersMock.cpp:
+ * platform/mock/RTCNotifiersMock.h:
+ * platform/mock/RTCPeerConnectionHandlerMock.cpp:
+ * platform/mock/RTCPeerConnectionHandlerMock.h:
+ * platform/mock/TimerEventBasedMock.h:
+ (WebCore::RenderLayerBacking::paintIntoLayer):
+ * testing/Internals.cpp:
+ (WebCore::Internals::Internals):
+ (WebCore::Internals::enableMockSpeechSynthesizer):
+ (WebCore::Internals::enableMockMediaEndpoint):
+ (WebCore::Internals::enableMockRTCPeerConnectionHandler):
+ (WebCore::Internals::setMockMediaCaptureDevicesEnabled):
+ * testing/Internals.h:
+
</ins><span class="cx"> 2016-03-21 Joonghun Park <jh718.park@samsung.com>
</span><span class="cx">
</span><span class="cx"> [JSC] Add ArrayBuffer::tryCreate and change the callsites where it is needed
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaEndpointPeerConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaEndpointPeerConnection.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaEndpointPeerConnection.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/MediaEndpointPeerConnection.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> #include "MediaEndpointPeerConnection.h"
</span><span class="cx">
</span><span class="cx"> #include "DOMError.h"
</span><span class="lines">@@ -319,4 +319,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamMediaEndpointPeerConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/MediaEndpointPeerConnection.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/MediaEndpointPeerConnection.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/MediaEndpointPeerConnection.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef MediaEndpointPeerConnection_h
</span><span class="cx"> #define MediaEndpointPeerConnection_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "MediaEndpoint.h"
</span><span class="cx"> #include "NotImplemented.h"
</span><span class="lines">@@ -108,6 +108,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // MediaEndpointPeerConnection_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamPeerConnectionBackendh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/PeerConnectionBackend.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/PeerConnectionBackend.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/PeerConnectionBackend.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef PeerConnectionBackend_h
</span><span class="cx"> #define PeerConnectionBackend_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "JSDOMPromise.h"
</span><span class="cx"> #include "PeerConnectionStates.h"
</span><span class="lines">@@ -114,6 +114,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // PeerConnectionBackend_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamPeerConnectionStatesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/PeerConnectionStates.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/PeerConnectionStates.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/PeerConnectionStates.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef PeerConnectionStates_h
</span><span class="cx"> #define PeerConnectionStates_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span><span class="lines">@@ -66,6 +66,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // PeerConnectionStates_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCConfigurationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> #include "config.h"
</span><span class="cx"> #include "RTCConfiguration.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "ArrayValue.h"
</span><span class="cx"> #include "Dictionary.h"
</span><span class="lines">@@ -162,4 +162,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCConfigurationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCConfiguration_h
</span><span class="cx"> #define RTCConfiguration_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCIceServer.h"
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="lines">@@ -66,6 +66,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCConfiguration_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCConfigurationidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCConfiguration.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> enum RTCBundlePolicyEnum { "balanced", "max-compat", "max-bundle" };
</span><span class="cx">
</span><span class="cx"> [
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> NoInterfaceObject,
</span><span class="cx"> ] interface RTCConfiguration {
</span><span class="cx"> readonly attribute RTCIceServer[] iceServers;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDTMFSendercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCDTMFSender.h"
</span><span class="cx">
</span><span class="lines">@@ -167,4 +167,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDTMFSenderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef RTCDTMFSender_h
</span><span class="cx"> #define RTCDTMFSender_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "ActiveDOMObject.h"
</span><span class="cx"> #include "EventTarget.h"
</span><span class="lines">@@ -95,6 +95,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCDTMFSender_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDTMFSenderidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">
</span><span class="cx"> [
</span><span class="cx"> NoInterfaceObject,
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> ActiveDOMObject,
</span><span class="cx"> ] interface RTCDTMFSender : EventTarget {
</span><span class="cx"> readonly attribute boolean canInsertDTMF;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDTMFToneChangeEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #include "config.h"
</span><span class="cx"> #include "RTCDTMFToneChangeEvent.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "EventNames.h"
</span><span class="cx">
</span><span class="lines">@@ -71,5 +71,5 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDTMFToneChangeEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef RTCDTMFToneChangeEvent_h
</span><span class="cx"> #define RTCDTMFToneChangeEvent_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "Event.h"
</span><span class="cx"> #include <wtf/text/AtomicString.h>
</span><span class="lines">@@ -57,6 +57,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCDTMFToneChangeEvent_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDTMFToneChangeEventidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">
</span><span class="cx"> [
</span><span class="cx"> NoInterfaceObject,
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> ConstructorTemplate=Event
</span><span class="cx"> ] interface RTCDTMFToneChangeEvent : Event {
</span><span class="cx"> [InitializedByEventConstructor] readonly attribute DOMString tone;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDataChannelcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCDataChannel.h"
</span><span class="cx">
</span><span class="lines">@@ -325,4 +325,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDataChannelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> #ifndef RTCDataChannel_h
</span><span class="cx"> #define RTCDataChannel_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "EventTarget.h"
</span><span class="cx"> #include "RTCDataChannelHandlerClient.h"
</span><span class="lines">@@ -115,6 +115,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCDataChannel_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDataChannelidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">
</span><span class="cx"> [
</span><span class="cx"> NoInterfaceObject,
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> ] interface RTCDataChannel : EventTarget {
</span><span class="cx"> readonly attribute DOMString label;
</span><span class="cx"> readonly attribute boolean ordered;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDataChannelEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> #include "config.h"
</span><span class="cx"> #include "RTCDataChannelEvent.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "EventNames.h"
</span><span class="cx"> #include "RTCDataChannel.h"
</span><span class="lines">@@ -59,5 +59,5 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDataChannelEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> #ifndef RTCDataChannelEvent_h
</span><span class="cx"> #define RTCDataChannelEvent_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "Event.h"
</span><span class="cx"> #include "RTCDataChannel.h"
</span><span class="lines">@@ -51,6 +51,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCDataChannelEvent_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDataChannelEventidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">
</span><span class="cx"> [
</span><span class="cx"> NoInterfaceObject,
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> ] interface RTCDataChannelEvent : Event {
</span><span class="cx"> readonly attribute RTCDataChannel channel;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCIceCandidatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCIceCandidate.h"
</span><span class="cx">
</span><span class="lines">@@ -87,4 +87,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCIceCandidateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCIceCandidate_h
</span><span class="cx"> #define RTCIceCandidate_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "ExceptionBase.h"
</span><span class="cx"> #include "ScriptWrappable.h"
</span><span class="lines">@@ -70,6 +70,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCIceCandidate_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCIceCandidateidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCIceCandidate.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> */
</span><span class="cx">
</span><span class="cx"> [
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> CustomConstructor(optional Dictionary dictionary),
</span><span class="cx"> ConstructorRaisesException
</span><span class="cx"> ] interface RTCIceCandidate {
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCIceCandidateEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCIceCandidateEvent.h"
</span><span class="cx">
</span><span class="lines">@@ -60,5 +60,5 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCIceCandidateEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> #ifndef RTCIceCandidateEvent_h
</span><span class="cx"> #define RTCIceCandidateEvent_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "Event.h"
</span><span class="cx"> #include <wtf/text/AtomicString.h>
</span><span class="lines">@@ -51,6 +51,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCIceCandidateEvent_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCIceCandidateEventidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">
</span><span class="cx"> [
</span><span class="cx"> NoInterfaceObject,
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> ] interface RTCIceCandidateEvent : Event {
</span><span class="cx"> readonly attribute RTCIceCandidate candidate;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCIceServerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCIceServer.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCIceServer.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCIceServer.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef RTCIceServer_h
</span><span class="cx"> #define RTCIceServer_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="lines">@@ -61,6 +61,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCIceServer_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCIceServeridl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCIceServer.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCIceServer.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCIceServer.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx"> */
</span><span class="cx">
</span><span class="cx"> [
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> NoInterfaceObject,
</span><span class="cx"> ] interface RTCIceServer {
</span><span class="cx"> readonly attribute DOMString[] urls;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCOfferAnswerOptionscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCOfferAnswerOptions.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCOfferAnswerOptions.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCOfferAnswerOptions.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> #include "RTCOfferAnswerOptions.h"
</span><span class="cx">
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><span class="lines">@@ -122,4 +122,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCOfferAnswerOptionsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCOfferAnswerOptions.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCOfferAnswerOptions.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCOfferAnswerOptions.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> #ifndef RTCOfferAnswerOptions_h
</span><span class="cx"> #define RTCOfferAnswerOptions_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "Dictionary.h"
</span><span class="cx"> #include "ExceptionCode.h"
</span><span class="lines">@@ -79,6 +79,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCOfferAnswerOptions_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCPeerConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCPeerConnection.h"
</span><span class="cx">
</span><span class="lines">@@ -441,4 +441,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCPeerConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> #ifndef RTCPeerConnection_h
</span><span class="cx"> #define RTCPeerConnection_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "ActiveDOMObject.h"
</span><span class="cx"> #include "Dictionary.h"
</span><span class="lines">@@ -151,6 +151,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCPeerConnection_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCPeerConnectionidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> */
</span><span class="cx">
</span><span class="cx"> [
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> ActiveDOMObject,
</span><span class="cx"> CustomConstructor(Dictionary rtcConfiguration),
</span><span class="cx"> ConstructorCallWith=ScriptExecutionContext,
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCPeerConnectionjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.js (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.js        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.js        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx"> */
</span><span class="cx">
</span><del>-// @conditional=ENABLE(MEDIA_STREAM)
</del><ins>+// @conditional=ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> function createOffer()
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCPeerConnectionInternalsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCPeerConnectionInternals.js (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCPeerConnectionInternals.js        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCPeerConnectionInternals.js        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx"> */
</span><span class="cx">
</span><del>-// @conditional=ENABLE(MEDIA_STREAM)
</del><ins>+// @conditional=ENABLE(WEB_RTC)
</ins><span class="cx"> // @internal
</span><span class="cx">
</span><span class="cx"> // Operation queue as specified in section 4.3.1 (WebRTC 1.0)
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCRtpReceivercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include "config.h"
</span><span class="cx"> #include "RTCRtpReceiver.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span><span class="lines">@@ -42,4 +42,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCRtpReceiverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCRtpReceiver_h
</span><span class="cx"> #define RTCRtpReceiver_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCRtpSenderReceiverBase.h"
</span><span class="cx">
</span><span class="lines">@@ -50,6 +50,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCRtpReceiver_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCRtpReceiveridl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpReceiver.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> */
</span><span class="cx">
</span><span class="cx"> [
</span><del>- Conditional=MEDIA_STREAM
</del><ins>+ Conditional=WEB_RTC
</ins><span class="cx"> ] interface RTCRtpReceiver {
</span><span class="cx"> readonly attribute MediaStreamTrack track;
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCRtpSendercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include "config.h"
</span><span class="cx"> #include "RTCRtpSender.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "DOMError.h"
</span><span class="cx"> #include "ExceptionCode.h"
</span><span class="lines">@@ -70,4 +70,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCRtpSenderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCRtpSender_h
</span><span class="cx"> #define RTCRtpSender_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "PeerConnectionBackend.h"
</span><span class="cx"> #include "RTCRtpSenderReceiverBase.h"
</span><span class="lines">@@ -70,6 +70,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCRtpSender_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCRtpSenderidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpSender.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> */
</span><span class="cx">
</span><span class="cx"> [
</span><del>- Conditional=MEDIA_STREAM
</del><ins>+ Conditional=WEB_RTC
</ins><span class="cx"> ] interface RTCRtpSender {
</span><span class="cx"> readonly attribute MediaStreamTrack track;
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCRtpSenderReceiverBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCRtpSenderReceiverBase.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCRtpSenderReceiverBase.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCRtpSenderReceiverBase.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCRtpSenderReceiverBase_h
</span><span class="cx"> #define RTCRtpSenderReceiverBase_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "MediaStreamTrack.h"
</span><span class="cx"> #include "ScriptWrappable.h"
</span><span class="lines">@@ -58,6 +58,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCRtpSenderReceiverBase_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCSessionDescriptioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCSessionDescription.h"
</span><span class="cx">
</span><span class="lines">@@ -89,4 +89,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCSessionDescriptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCSessionDescription_h
</span><span class="cx"> #define RTCSessionDescription_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "ExceptionCode.h"
</span><span class="cx"> #include "ScriptWrappable.h"
</span><span class="lines">@@ -65,6 +65,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCSessionDescription_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCSessionDescriptionidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCSessionDescription.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> */
</span><span class="cx">
</span><span class="cx"> [
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> CustomConstructor(optional Dictionary dictionary),
</span><span class="cx"> ConstructorRaisesException
</span><span class="cx"> ] interface RTCSessionDescription {
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCStatsReportcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCStatsReport.h"
</span><span class="cx">
</span><span class="lines">@@ -70,4 +70,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCStatsReportidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCStatsReport.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">
</span><span class="cx"> [
</span><span class="cx"> NoInterfaceObject,
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> ImplementationLacksVTable,
</span><span class="cx"> ] interface RTCStatsReport {
</span><span class="cx"> readonly attribute Date timestamp;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCStatsResponsecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCStatsResponse.h"
</span><span class="cx">
</span><span class="lines">@@ -67,4 +67,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCStatsResponseidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -24,7 +24,7 @@
</span><span class="cx">
</span><span class="cx"> [
</span><span class="cx"> NoInterfaceObject,
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> ] interface RTCStatsResponse {
</span><span class="cx"> sequence<RTCStatsReport> result();
</span><span class="cx"> getter RTCStatsReport namedItem([Default=Undefined] optional DOMString name);
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCTrackEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include "config.h"
</span><span class="cx"> #include "RTCTrackEvent.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "EventNames.h"
</span><span class="cx"> #include "MediaStreamTrack.h"
</span><span class="lines">@@ -65,4 +65,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCTrackEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCTrackEvent_h
</span><span class="cx"> #define RTCTrackEvent_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "Event.h"
</span><span class="cx"> #include <wtf/text/AtomicString.h>
</span><span class="lines">@@ -66,6 +66,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCTrackEvent_h
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCTrackEventidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.idl (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.idl        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/RTCTrackEvent.idl        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> */
</span><span class="cx">
</span><span class="cx"> [
</span><del>- Conditional=MEDIA_STREAM,
</del><ins>+ Conditional=WEB_RTC,
</ins><span class="cx"> ConstructorTemplate=Event
</span><span class="cx"> ] interface RTCTrackEvent : Event {
</span><span class="cx"> [InitializedByEventConstructor] readonly attribute RTCRtpReceiver receiver;
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamSDPProcessorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/SDPProcessor.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/SDPProcessor.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/SDPProcessor.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx"> #include "SDPProcessor.h"
</span><span class="cx">
</span><span class="cx"> #include "Document.h"
</span><span class="lines">@@ -538,4 +538,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamSDPProcessorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/SDPProcessor.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/SDPProcessor.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/Modules/mediastream/SDPProcessor.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef SDPProcessor_h
</span><span class="cx"> #define SDPProcessor_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "ContextDestructionObserver.h"
</span><span class="cx"> #include "IceCandidate.h"
</span><span class="lines">@@ -68,6 +68,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // SDPProcessor_h
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsgenericRuntimeEnabledFeaturescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -61,6 +61,8 @@
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> , m_isMediaStreamEnabled(true)
</span><ins>+#endif
+#if ENABLE(WEBRTC)
</ins><span class="cx"> , m_isPeerConnectionEnabled(true)
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(LEGACY_CSS_VENDOR_PREFIXES)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsgenericRuntimeEnabledFeaturesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -133,7 +133,8 @@
</span><span class="cx"> void setMediaStreamEnabled(bool isEnabled) { m_isMediaStreamEnabled = isEnabled; }
</span><span class="cx"> bool webkitGetUserMediaEnabled() const { return m_isMediaStreamEnabled; }
</span><span class="cx"> bool webkitMediaStreamEnabled() const { return m_isMediaStreamEnabled; }
</span><del>-
</del><ins>+#endif
+#if ENABLE(WEBRTC)
</ins><span class="cx"> bool peerConnectionEnabled() const { return m_isMediaStreamEnabled && m_isPeerConnectionEnabled; }
</span><span class="cx"> void setPeerConnectionEnabled(bool isEnabled) { m_isPeerConnectionEnabled = isEnabled; }
</span><span class="cx"> bool webkitRTCPeerConnectionEnabled() const { return peerConnectionEnabled(); }
</span><span class="lines">@@ -244,6 +245,8 @@
</span><span class="cx">
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> bool m_isMediaStreamEnabled;
</span><ins>+#endif
+#if ENABLE(WEBRTC)
</ins><span class="cx"> bool m_isPeerConnectionEnabled;
</span><span class="cx"> #endif
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMGlobalObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/js/JSDOMGlobalObject.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> JSDOMGlobalObject::GlobalPropertyInfo(clientData.builtinNames().ReadableStreamControllerPrivateName(), privateReadableStreamControllerConstructor, DontDelete | ReadOnly),
</span><span class="cx"> JSDOMGlobalObject::GlobalPropertyInfo(clientData.builtinNames().ReadableStreamReaderPrivateName(), privateReadableStreamReaderConstructor, DontDelete | ReadOnly),
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> JSDOMGlobalObject::GlobalPropertyInfo(clientData.builtinNames().RTCIceCandidatePrivateName(), JSRTCIceCandidate::getConstructor(vm, this), DontDelete | ReadOnly),
</span><span class="cx"> JSDOMGlobalObject::GlobalPropertyInfo(clientData.builtinNames().RTCSessionDescriptionPrivateName(), JSRTCSessionDescription::getConstructor(vm, this), DontDelete | ReadOnly),
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDictionarycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDictionary.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDictionary.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/js/JSDictionary.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -55,6 +55,9 @@
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> #include "JSMediaStream.h"
</span><span class="cx"> #include "JSMediaStreamTrack.h"
</span><ins>+#endif
+
+#if ENABLE(WEB_RTC)
</ins><span class="cx"> #include "JSRTCRtpReceiver.h"
</span><span class="cx"> #endif
</span><span class="cx">
</span><span class="lines">@@ -249,7 +252,9 @@
</span><span class="cx"> {
</span><span class="cx"> result = JSMediaStreamTrack::toWrapped(value);
</span><span class="cx"> }
</span><ins>+#endif
</ins><span class="cx">
</span><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> void JSDictionary::convertValue(JSC::ExecState*, JSC::JSValue value, RefPtr<RTCRtpReceiver>& result)
</span><span class="cx"> {
</span><span class="cx"> result = JSRTCRtpReceiver::toWrapped(value);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDictionaryh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDictionary.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDictionary.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/js/JSDictionary.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -133,6 +133,8 @@
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> static void convertValue(JSC::ExecState*, JSC::JSValue, RefPtr<MediaStream>& result);
</span><span class="cx"> static void convertValue(JSC::ExecState*, JSC::JSValue, RefPtr<MediaStreamTrack>& result);
</span><ins>+#endif
+#if ENABLE(WEB_RTC)
</ins><span class="cx"> static void convertValue(JSC::ExecState*, JSC::JSValue, RefPtr<RTCRtpReceiver>& result);
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(FONT_LOAD_EVENTS)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSRTCIceCandidateCustomcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSRTCIceCandidateCustom.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSRTCIceCandidateCustom.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/js/JSRTCIceCandidateCustom.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "JSRTCIceCandidate.h"
</span><span class="cx">
</span><span class="lines">@@ -79,5 +79,5 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSRTCPeerConnectionCustomcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSRTCPeerConnectionCustom.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSRTCPeerConnectionCustom.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/js/JSRTCPeerConnectionCustom.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "JSRTCPeerConnection.h"
</span><span class="cx">
</span><span class="lines">@@ -71,4 +71,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSRTCSessionDescriptionCustomcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSRTCSessionDescriptionCustom.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSRTCSessionDescriptionCustom.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/js/JSRTCSessionDescriptionCustom.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "JSRTCSessionDescription.h"
</span><span class="cx">
</span><span class="lines">@@ -67,5 +67,5 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSRTCStatsResponseCustomcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSRTCStatsResponseCustom.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSRTCStatsResponseCustom.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/js/JSRTCStatsResponseCustom.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> #include "JSRTCStatsResponse.h"
</span><span class="cx">
</span><span class="cx"> #include "JSDOMBinding.h"
</span><span class="lines">@@ -48,4 +48,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCorebindingsjsWebCoreJSBuiltinInternalscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">
</span><span class="cx"> JSBuiltinInternalFunctions::JSBuiltinInternalFunctions(JSC::VM& v)
</span><span class="cx"> : vm(v)
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx"> , m_rtcPeerConnectionInternalsFunctions(vm)
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(STREAMS_API)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">
</span><span class="cx"> void JSBuiltinInternalFunctions::visit(JSC::SlotVisitor& visitor)
</span><span class="cx"> {
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx"> m_rtcPeerConnectionInternalsFunctions.visit(visitor);
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(STREAMS_API)
</span><span class="lines">@@ -61,14 +61,14 @@
</span><span class="cx"> m_streamInternalsFunctions.visit(visitor);
</span><span class="cx"> m_writableStreamInternalsFunctions.visit(visitor);
</span><span class="cx"> #endif
</span><del>-#if !ENABLE(STREAMS_API) && !ENABLE(MEDIA_STREAM)
</del><ins>+#if !ENABLE(STREAMS_API) && !ENABLE(WEBRTC)
</ins><span class="cx"> UNUSED_PARAM(visitor);
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx">
</span><span class="cx"> void JSBuiltinInternalFunctions::initialize(JSDOMGlobalObject& globalObject, VM& vm)
</span><span class="cx"> {
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx"> m_rtcPeerConnectionInternalsFunctions.init(globalObject);
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(STREAMS_API)
</span><span class="lines">@@ -77,11 +77,11 @@
</span><span class="cx"> m_writableStreamInternalsFunctions.init(globalObject);
</span><span class="cx"> #endif
</span><span class="cx">
</span><del>-#if ENABLE(STREAMS_API) || ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(STREAMS_API) || ENABLE(WEBRTC)
</ins><span class="cx"> JSVMClientData& clientData = *static_cast<JSVMClientData*>(vm.clientData);
</span><span class="cx">
</span><span class="cx"> JSDOMGlobalObject::GlobalPropertyInfo staticGlobals[] = {
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx"> #define DECLARE_GLOBAL_STATIC(name)\
</span><span class="cx"> JSDOMGlobalObject::GlobalPropertyInfo(\
</span><span class="cx"> clientData.builtinFunctions().rtcPeerConnectionInternalsBuiltins().name##PrivateName(), rtcPeerConnectionInternals().m_##name##Function.get() , DontDelete | ReadOnly),
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">
</span><span class="cx"> globalObject.addStaticGlobals(staticGlobals, WTF_ARRAY_LENGTH(staticGlobals));
</span><span class="cx"> #endif
</span><del>-#if !ENABLE(STREAMS_API) && !ENABLE(MEDIA_STREAM)
</del><ins>+#if !ENABLE(STREAMS_API) && !ENABLE(WEBRTC)
</ins><span class="cx"> UNUSED_PARAM(globalObject);
</span><span class="cx"> UNUSED_PARAM(vm);
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsWebCoreJSBuiltinInternalsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx">
</span><span class="cx"> #include <runtime/VM.h>
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx"> #include "RTCPeerConnectionInternalsBuiltins.h"
</span><span class="cx"> #endif
</span><span class="cx">
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> public:
</span><span class="cx"> explicit JSBuiltinInternalFunctions(JSC::VM&);
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx"> RTCPeerConnectionInternalsBuiltinFunctions rtcPeerConnectionInternals() { return m_rtcPeerConnectionInternalsFunctions; }
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(STREAMS_API)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">
</span><span class="cx"> private:
</span><span class="cx"> JSC::VM& vm;
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx"> RTCPeerConnectionInternalsBuiltinFunctions m_rtcPeerConnectionInternalsFunctions;
</span><span class="cx"> #endif
</span><span class="cx"> #if ENABLE(STREAMS_API)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsWebCoreJSBuiltinsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/WebCoreJSBuiltins.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/WebCoreJSBuiltins.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/bindings/js/WebCoreJSBuiltins.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -68,6 +68,8 @@
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> , m_mediaDevicesBuiltins(&vm)
</span><span class="cx"> , m_navigatorUserMediaBuiltins(&vm)
</span><ins>+#endif
+#if ENABLE(WEBRTC)
</ins><span class="cx"> , m_rtcPeerConnectionBuiltins(&vm)
</span><span class="cx"> , m_rtcPeerConnectionInternalsBuiltins(&vm)
</span><span class="cx"> #endif
</span><span class="lines">@@ -77,7 +79,7 @@
</span><span class="cx"> m_streamInternalsBuiltins.exportNames();
</span><span class="cx"> m_writableStreamInternalsBuiltins.exportNames();
</span><span class="cx"> #endif
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx"> m_rtcPeerConnectionInternalsBuiltins.exportNames();
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="lines">@@ -99,6 +101,8 @@
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> MediaDevicesBuiltinsWrapper& mediaDevicesBuiltins() { return m_mediaDevicesBuiltins; }
</span><span class="cx"> NavigatorUserMediaBuiltinsWrapper& navigatorUserMediaBuiltins() { return m_navigatorUserMediaBuiltins;}
</span><ins>+#endif
+#if ENABLE(WEBRTC)
</ins><span class="cx"> RTCPeerConnectionBuiltinsWrapper& rtcPeerConnectionBuiltins() { return m_rtcPeerConnectionBuiltins; }
</span><span class="cx"> RTCPeerConnectionInternalsBuiltinsWrapper& rtcPeerConnectionInternalsBuiltins() { return m_rtcPeerConnectionInternalsBuiltins; }
</span><span class="cx"> #endif
</span><span class="lines">@@ -123,6 +127,8 @@
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> MediaDevicesBuiltinsWrapper m_mediaDevicesBuiltins;
</span><span class="cx"> NavigatorUserMediaBuiltinsWrapper m_navigatorUserMediaBuiltins;
</span><ins>+#endif
+#if ENABLE(WEBRTC)
</ins><span class="cx"> RTCPeerConnectionBuiltinsWrapper m_rtcPeerConnectionBuiltins;
</span><span class="cx"> RTCPeerConnectionInternalsBuiltinsWrapper m_rtcPeerConnectionInternalsBuiltins;
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCoredomEventNamesin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/EventNames.in (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/EventNames.in        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/dom/EventNames.in        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -35,10 +35,10 @@
</span><span class="cx"> OfflineAudioCompletionEvent conditional=WEB_AUDIO
</span><span class="cx"> MediaStreamEvent conditional=MEDIA_STREAM
</span><span class="cx"> MediaStreamTrackEvent conditional=MEDIA_STREAM
</span><del>-RTCIceCandidateEvent conditional=MEDIA_STREAM
-RTCDataChannelEvent conditional=MEDIA_STREAM
-RTCDTMFToneChangeEvent conditional=MEDIA_STREAM
-RTCTrackEvent conditional=MEDIA_STREAM
</del><ins>+RTCIceCandidateEvent conditional=WEB_RTC
+RTCDataChannelEvent conditional=WEB_RTC
+RTCDTMFToneChangeEvent conditional=WEB_RTC
+RTCTrackEvent conditional=WEB_RTC
</ins><span class="cx"> SpeechSynthesisEvent conditional=SPEECH_SYNTHESIS
</span><span class="cx"> WebGLContextEvent conditional=WEBGL
</span><span class="cx"> StorageEvent
</span></span></pre></div>
<a id="trunkSourceWebCoredomEventTargetFactoryin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/EventTargetFactory.in (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/EventTargetFactory.in        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/dom/EventTargetFactory.in        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -24,9 +24,9 @@
</span><span class="cx"> Node
</span><span class="cx"> Notification conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS
</span><span class="cx"> Performance conditional=WEB_TIMING
</span><del>-RTCDataChannel conditional=MEDIA_STREAM
-RTCDTMFSender conditional=MEDIA_STREAM
-RTCPeerConnection conditional=MEDIA_STREAM
</del><ins>+RTCDataChannel conditional=WEB_RTC
+RTCDTMFSender conditional=WEB_RTC
+RTCPeerConnection conditional=WEB_RTC
</ins><span class="cx"> SourceBuffer conditional=MEDIA_SOURCE
</span><span class="cx"> SourceBufferList conditional=MEDIA_SOURCE
</span><span class="cx"> SpeechSynthesisUtterance conditional=SPEECH_SYNTHESIS
</span></span></pre></div>
<a id="trunkSourceWebCoreloaderFrameLoaderClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/FrameLoaderClient.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/FrameLoaderClient.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/loader/FrameLoaderClient.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx"> class ResourceHandle;
</span><span class="cx"> class ResourceRequest;
</span><span class="cx"> class ResourceResponse;
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> class RTCPeerConnectionHandler;
</span><span class="cx"> #endif
</span><span class="cx"> class SecurityOrigin;
</span><span class="lines">@@ -326,7 +326,7 @@
</span><span class="cx"> virtual void dispatchDidReconnectDOMWindowExtensionToGlobalObject(DOMWindowExtension*) { }
</span><span class="cx"> virtual void dispatchWillDestroyGlobalObjectForDOMWindowExtension(DOMWindowExtension*) { }
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> virtual void dispatchWillStartUsingPeerConnectionHandler(RTCPeerConnectionHandler*) { }
</span><span class="cx"> #endif
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamIceCandidateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/IceCandidate.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/IceCandidate.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/IceCandidate.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef IceCandidate_h
</span><span class="cx"> #define IceCandidate_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="cx"> #include <wtf/RefPtr.h>
</span><span class="lines">@@ -112,6 +112,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // IceCandidate_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamMediaEndpointcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/MediaEndpoint.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/MediaEndpoint.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/MediaEndpoint.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> #include "MediaEndpoint.h"
</span><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -44,4 +44,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamMediaEndpointh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/MediaEndpoint.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/MediaEndpoint.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/MediaEndpoint.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef MediaEndpoint_h
</span><span class="cx"> #define MediaEndpoint_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "MediaEndpointConfiguration.h"
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><span class="lines">@@ -85,6 +85,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // MediaEndpoint_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamMediaEndpointConfigurationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/MediaEndpointConfiguration.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/MediaEndpointConfiguration.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/MediaEndpointConfiguration.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #include "config.h"
</span><span class="cx"> #include "MediaEndpointConfiguration.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span><span class="lines">@@ -68,4 +68,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamMediaEndpointConfigurationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/MediaEndpointConfiguration.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/MediaEndpointConfiguration.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/MediaEndpointConfiguration.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef MediaEndpointConfiguration_h
</span><span class="cx"> #define MediaEndpointConfiguration_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "URL.h"
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="lines">@@ -94,6 +94,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // MediaEndpointConfiguration_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamMediaEndpointSessionConfigurationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/MediaEndpointSessionConfiguration.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/MediaEndpointSessionConfiguration.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/MediaEndpointSessionConfiguration.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef MediaEndpointSessionConfiguration_h
</span><span class="cx"> #define MediaEndpointSessionConfiguration_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "PeerMediaDescription.h"
</span><span class="cx"> #include <wtf/CryptographicallyRandomNumber.h>
</span><span class="lines">@@ -82,6 +82,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // MediaEndpointSessionConfiguration_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamMediaPayloadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/MediaPayload.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/MediaPayload.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/MediaPayload.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef MediaPayload_h
</span><span class="cx"> #define MediaPayload_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/HashMap.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="lines">@@ -112,6 +112,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // MediaPayload_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamPeerMediaDescriptionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/PeerMediaDescription.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/PeerMediaDescription.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/PeerMediaDescription.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef PeerMediaDescription_h
</span><span class="cx"> #define PeerMediaDescription_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "IceCandidate.h"
</span><span class="cx"> #include "MediaPayload.h"
</span><span class="lines">@@ -179,6 +179,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // PeerMediaDescription_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCConfigurationPrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCConfigurationPrivate.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCConfigurationPrivate.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCConfigurationPrivate.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef RTCConfigurationPrivate_h
</span><span class="cx"> #define RTCConfigurationPrivate_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCIceServerPrivate.h"
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="lines">@@ -75,6 +75,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCConfigurationPrivate_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCDTMFSenderHandlerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCDTMFSenderHandler.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCDTMFSenderHandler.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCDTMFSenderHandler.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef RTCDTMFSenderHandler_h
</span><span class="cx"> #define RTCDTMFSenderHandler_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><span class="cx">
</span><span class="lines">@@ -48,6 +48,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCDTMFSenderHandler_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCDTMFSenderHandlerClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCDTMFSenderHandlerClient.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCDTMFSenderHandlerClient.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCDTMFSenderHandlerClient.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef RTCDTMFSenderHandlerClient_h
</span><span class="cx"> #define RTCDTMFSenderHandlerClient_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="cx">
</span><span class="lines">@@ -39,6 +39,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCDTMFSenderHandlerClient_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCDataChannelHandlerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCDataChannelHandler.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCDataChannelHandler.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCDataChannelHandler.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> #ifndef RTCDataChannelHandler_h
</span><span class="cx"> #define RTCDataChannelHandler_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><span class="cx">
</span><span class="lines">@@ -55,6 +55,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCDataChannelHandler_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCDataChannelHandlerClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCDataChannelHandlerClient.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCDataChannelHandlerClient.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCDataChannelHandlerClient.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> #ifndef RTCDataChannelHandlerClient_h
</span><span class="cx"> #define RTCDataChannelHandlerClient_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><span class="cx">
</span><span class="lines">@@ -50,6 +50,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCDataChannelHandlerClient_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCIceCandidateDescriptorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCIceCandidateDescriptor.h"
</span><span class="cx">
</span><span class="lines">@@ -54,4 +54,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCIceCandidateDescriptorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCIceCandidateDescriptor.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCIceCandidateDescriptor_h
</span><span class="cx"> #define RTCIceCandidateDescriptor_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="lines">@@ -58,6 +58,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCIceCandidateDescriptor_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCIceServerPrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCIceServerPrivate.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCIceServerPrivate.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCIceServerPrivate.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef RTCIceServerPrivate_h
</span><span class="cx"> #define RTCIceServerPrivate_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="lines">@@ -62,6 +62,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCIceServerPrivate_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCPeerConnectionHandlercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandler.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandler.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandler.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCPeerConnectionHandler.h"
</span><span class="cx">
</span><span class="lines">@@ -73,4 +73,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCPeerConnectionHandlerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandler.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandler.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandler.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> #ifndef RTCPeerConnectionHandler_h
</span><span class="cx"> #define RTCPeerConnectionHandler_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "MediaStreamPrivate.h"
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="lines">@@ -101,6 +101,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCPeerConnectionHandler_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCPeerConnectionHandlerClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCPeerConnectionHandlerClient.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCPeerConnectionHandlerClient_h
</span><span class="cx"> #define RTCPeerConnectionHandlerClient_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx">
</span><span class="lines">@@ -82,6 +82,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCPeerConnectionHandlerClient_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCSessionDescriptionDescriptorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionDescriptor.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionDescriptor.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionDescriptor.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCSessionDescriptionDescriptor.h"
</span><span class="cx">
</span><span class="lines">@@ -53,4 +53,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCSessionDescriptionDescriptorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionDescriptor.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionDescriptor.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionDescriptor.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCSessionDescriptionDescriptor_h
</span><span class="cx"> #define RTCSessionDescriptionDescriptor_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="lines">@@ -59,6 +59,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCSessionDescriptionDescriptor_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCSessionDescriptionRequesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionRequest.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionRequest.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCSessionDescriptionRequest.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCSessionDescriptionRequest_h
</span><span class="cx"> #define RTCSessionDescriptionRequest_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="lines">@@ -66,6 +66,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCSessionDescriptionRequest_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCStatsRequesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCStatsRequest.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCStatsRequest.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCStatsRequest.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCStatsRequest_h
</span><span class="cx"> #define RTCStatsRequest_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="lines">@@ -58,6 +58,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCStatsRequest_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCStatsResponseBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCStatsResponseBase.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCStatsResponseBase.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCStatsResponseBase.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> #ifndef RTCStatsResponseBase_h
</span><span class="cx"> #define RTCStatsResponseBase_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCStatsResponseBase_h
</span><span class="cx">
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamRTCVoidRequesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/RTCVoidRequest.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/RTCVoidRequest.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/RTCVoidRequest.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef RTCVoidRequest_h
</span><span class="cx"> #define RTCVoidRequest_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="cx"> #include <wtf/RefCounted.h>
</span><span class="lines">@@ -53,6 +53,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCVoidRequest_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamSDPProcessorScriptResourcecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/SDPProcessorScriptResource.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/SDPProcessorScriptResource.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/SDPProcessorScriptResource.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx"> #include "SDPProcessorScriptResource.h"
</span><span class="cx">
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -46,4 +46,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamSDPProcessorScriptResourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/SDPProcessorScriptResource.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/SDPProcessorScriptResource.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/SDPProcessorScriptResource.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef SDPProcessorScriptResource_h
</span><span class="cx"> #define SDPProcessorScriptResource_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include <wtf/text/WTFString.h>
</span><span class="cx">
</span><span class="lines">@@ -45,6 +45,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // SDPProcessorScriptResource_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmediastreamgtkSDPProcessorScriptResourceGtkcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> #include "SDPProcessorScriptResource.h"
</span><span class="cx">
</span><span class="cx"> #include "SDPProcessorScripts.h"
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmockMockMediaEndpointcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mock/MockMediaEndpoint.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/MockMediaEndpoint.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mock/MockMediaEndpoint.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> #include "MockMediaEndpoint.h"
</span><span class="cx">
</span><span class="cx"> #include "MediaPayload.h"
</span><span class="lines">@@ -165,4 +165,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformmockMockMediaEndpointh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mock/MockMediaEndpoint.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/MockMediaEndpoint.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mock/MockMediaEndpoint.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> #ifndef MockMediaEndpoint_h
</span><span class="cx"> #define MockMediaEndpoint_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "MediaEndpoint.h"
</span><span class="cx">
</span><span class="lines">@@ -65,6 +65,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // MockMediaEndpoint_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmockRTCDTMFSenderHandlerMockcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mock/RTCDTMFSenderHandlerMock.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/RTCDTMFSenderHandlerMock.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mock/RTCDTMFSenderHandlerMock.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> #include "RTCDTMFSenderHandlerMock.h"
</span><span class="cx">
</span><span class="cx"> #include "RTCDTMFSenderHandlerClient.h"
</span><span class="lines">@@ -59,4 +59,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformmockRTCDTMFSenderHandlerMockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mock/RTCDTMFSenderHandlerMock.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/RTCDTMFSenderHandlerMock.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mock/RTCDTMFSenderHandlerMock.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef RTCDTMFSenderHandlerMock_h
</span><span class="cx"> #define RTCDTMFSenderHandlerMock_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCDTMFSenderHandler.h"
</span><span class="cx"> #include "RTCPeerConnectionHandler.h"
</span><span class="lines">@@ -53,6 +53,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCDataChannelHandlerMock_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmockRTCDataChannelHandlerMockcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mock/RTCDataChannelHandlerMock.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/RTCDataChannelHandlerMock.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mock/RTCDataChannelHandlerMock.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCDataChannelHandlerMock.h"
</span><span class="cx">
</span><span class="lines">@@ -75,4 +75,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformmockRTCDataChannelHandlerMockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mock/RTCDataChannelHandlerMock.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/RTCDataChannelHandlerMock.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mock/RTCDataChannelHandlerMock.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef RTCDataChannelHandlerMock_h
</span><span class="cx"> #define RTCDataChannelHandlerMock_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCDataChannelHandler.h"
</span><span class="cx"> #include "RTCPeerConnectionHandler.h"
</span><span class="lines">@@ -68,6 +68,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCDataChannelHandlerMock_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmockRTCNotifiersMockcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mock/RTCNotifiersMock.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/RTCNotifiersMock.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mock/RTCNotifiersMock.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCNotifiersMock.h"
</span><span class="cx">
</span><span class="lines">@@ -114,4 +114,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformmockRTCNotifiersMockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mock/RTCNotifiersMock.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/RTCNotifiersMock.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mock/RTCNotifiersMock.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef RTCNotifiersMock_h
</span><span class="cx"> #define RTCNotifiersMock_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCDataChannelHandlerClient.h"
</span><span class="cx"> #include "RTCPeerConnectionHandlerClient.h"
</span><span class="lines">@@ -111,6 +111,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCNotifiersMock_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmockRTCPeerConnectionHandlerMockcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mock/RTCPeerConnectionHandlerMock.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/RTCPeerConnectionHandlerMock.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mock/RTCPeerConnectionHandlerMock.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx">
</span><span class="cx"> #include "config.h"
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCPeerConnectionHandlerMock.h"
</span><span class="cx">
</span><span class="lines">@@ -177,4 +177,4 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformmockRTCPeerConnectionHandlerMockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mock/RTCPeerConnectionHandlerMock.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/RTCPeerConnectionHandlerMock.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mock/RTCPeerConnectionHandlerMock.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef RTCPeerConnectionHandlerMock_h
</span><span class="cx"> #define RTCPeerConnectionHandlerMock_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #include "RTCPeerConnectionHandler.h"
</span><span class="cx"> #include "RTCPeerConnectionHandlerClient.h"
</span><span class="lines">@@ -70,6 +70,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEB_RTC)
</ins><span class="cx">
</span><span class="cx"> #endif // RTCPeerConnectionHandlerMock_h
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmockTimerEventBasedMockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mock/TimerEventBasedMock.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mock/TimerEventBasedMock.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/platform/mock/TimerEventBasedMock.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef TimerEventBasedMock_h
</span><span class="cx"> #define TimerEventBasedMock_h
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #include "Timer.h"
</span><span class="cx"> #include <wtf/PassRefPtr.h>
</span><span class="lines">@@ -85,6 +85,6 @@
</span><span class="cx">
</span><span class="cx"> } // namespace WebCore
</span><span class="cx">
</span><del>-#endif // ENABLE(MEDIA_STREAM)
</del><ins>+#endif // ENABLE(WEBRTC)
</ins><span class="cx">
</span><span class="cx"> #endif // TimerEventBasedMock_h
</span></span></pre></div>
<a id="trunkSourceWebCoretestingInternalscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/Internals.cpp (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/Internals.cpp        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/testing/Internals.cpp        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -176,8 +176,11 @@
</span><span class="cx"> #endif
</span><span class="cx">
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><ins>+#include "MockRealtimeMediaSourceCenter.h"
+#endif
+
+#if ENABLE(WEB_RTC)
</ins><span class="cx"> #include "MockMediaEndpoint.h"
</span><del>-#include "MockRealtimeMediaSourceCenter.h"
</del><span class="cx"> #include "RTCPeerConnection.h"
</span><span class="cx"> #include "RTCPeerConnectionHandlerMock.h"
</span><span class="cx"> #endif
</span><span class="lines">@@ -431,6 +434,9 @@
</span><span class="cx">
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><span class="cx"> setMockMediaCaptureDevicesEnabled(true);
</span><ins>+#endif
+
+#if ENABLE(WEB_RTC)
</ins><span class="cx"> enableMockMediaEndpoint();
</span><span class="cx"> enableMockRTCPeerConnectionHandler();
</span><span class="cx"> #endif
</span><span class="lines">@@ -1031,7 +1037,7 @@
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx">
</span><del>-#if ENABLE(MEDIA_STREAM)
</del><ins>+#if ENABLE(WEB_RTC)
</ins><span class="cx"> void Internals::enableMockMediaEndpoint()
</span><span class="cx"> {
</span><span class="cx"> MediaEndpoint::create = MockMediaEndpoint::create;
</span><span class="lines">@@ -1041,7 +1047,9 @@
</span><span class="cx"> {
</span><span class="cx"> RTCPeerConnectionHandler::create = RTCPeerConnectionHandlerMock::create;
</span><span class="cx"> }
</span><ins>+#endif
</ins><span class="cx">
</span><ins>+#if ENABLE(MEDIA_STREAM)
</ins><span class="cx"> void Internals::setMockMediaCaptureDevicesEnabled(bool enabled)
</span><span class="cx"> {
</span><span class="cx"> WebCore::Settings::setMockCaptureDevicesEnabled(enabled);
</span></span></pre></div>
<a id="trunkSourceWebCoretestingInternalsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/Internals.h (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/Internals.h        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/WebCore/testing/Internals.h        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -370,9 +370,12 @@
</span><span class="cx"> #endif
</span><span class="cx">
</span><span class="cx"> #if ENABLE(MEDIA_STREAM)
</span><ins>+ void setMockMediaCaptureDevicesEnabled(bool);
+#endif
+
+#if ENABLE(WEB_RTC)
</ins><span class="cx"> void enableMockMediaEndpoint();
</span><span class="cx"> void enableMockRTCPeerConnectionHandler();
</span><del>- void setMockMediaCaptureDevicesEnabled(bool);
</del><span class="cx"> #endif
</span><span class="cx">
</span><span class="cx"> String getImageSourceURL(Element*, ExceptionCode&);
</span></span></pre></div>
<a id="trunkSourcecmakeOptionsEflcmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/cmake/OptionsEfl.cmake (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/cmake/OptionsEfl.cmake        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/cmake/OptionsEfl.cmake        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -136,6 +136,7 @@
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIDEO_TRACK PUBLIC ON)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_VIEW_MODE_CSS_MEDIA PUBLIC ON)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_AUDIO PUBLIC ON)
</span><ins>+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_RTC PUBLIC ON)
</ins><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_TIMING PUBLIC ON)
</span><span class="cx"> WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEBGL PUBLIC ON)
</span><span class="cx">
</span><span class="lines">@@ -205,7 +206,7 @@
</span><span class="cx"> find_package(Eldbus ${EFL_REQUIRED_VERSION} CONFIG)
</span><span class="cx"> endif ()
</span><span class="cx">
</span><del>-if (ENABLE_MEDIA_STREAM)
</del><ins>+if (ENABLE_MEDIA_STREAM OR ENABLE_WEB_RTC)
</ins><span class="cx"> find_package(OpenWebRTC REQUIRED)
</span><span class="cx"> SET_AND_EXPOSE_TO_BUILD(USE_OPENWEBRTC TRUE)
</span><span class="cx"> endif ()
</span></span></pre></div>
<a id="trunkSourcecmakeOptionsGTKcmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/cmake/OptionsGTK.cmake (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/cmake/OptionsGTK.cmake        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/cmake/OptionsGTK.cmake        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -264,10 +264,10 @@
</span><span class="cx"> endif ()
</span><span class="cx"> endif ()
</span><span class="cx">
</span><del>-if (ENABLE_MEDIA_STREAM)
</del><ins>+if (ENABLE_MEDIA_STREAM OR ENABLE_WEB_RTC)
</ins><span class="cx"> find_package(OpenWebRTC)
</span><span class="cx"> if (NOT OPENWEBRTC_FOUND)
</span><del>- message(FATAL_ERROR "OpenWebRTC is needed for ENABLE_MEDIA_STREAM.")
</del><ins>+ message(FATAL_ERROR "OpenWebRTC is needed for ENABLE_MEDIA_STREAM and ENABLE_WEB_RTC.")
</ins><span class="cx"> endif ()
</span><span class="cx"> SET_AND_EXPOSE_TO_BUILD(USE_OPENWEBRTC TRUE)
</span><span class="cx"> endif ()
</span></span></pre></div>
<a id="trunkSourcecmakeWebKitFeaturescmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/cmake/WebKitFeatures.cmake (198491 => 198492)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/cmake/WebKitFeatures.cmake        2016-03-21 17:47:14 UTC (rev 198491)
+++ trunk/Source/cmake/WebKitFeatures.cmake        2016-03-21 17:52:29 UTC (rev 198492)
</span><span class="lines">@@ -145,8 +145,8 @@
</span><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_MEDIA_CAPTURE "Toggle Media Capture support" PRIVATE OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_MEDIA_CONTROLS_SCRIPT "Toggle definition of media controls in Javascript" PRIVATE OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_MEDIA_SOURCE "Toggle Media Source support" PRIVATE OFF)
</span><ins>+ WEBKIT_OPTION_DEFINE(ENABLE_MEDIA_STREAM "Toggle Media Stream support" PRIVATE OFF)
</ins><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_MEDIA_STATISTICS "Toggle Media Statistics support" PRIVATE OFF)
</span><del>- WEBKIT_OPTION_DEFINE(ENABLE_MEDIA_STREAM "Toggle Media Stream API support" PRIVATE OFF)
</del><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_MEMORY_SAMPLER "Toggle Memory Sampler support" PRIVATE OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_METER_ELEMENT "Toggle Meter Tag support" PRIVATE ON)
</span><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_MHTML "Toggle MHTML support" PRIVATE OFF)
</span><span class="lines">@@ -200,11 +200,13 @@
</span><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_WEB_ANIMATIONS "Toggle Web Animations support" PRIVATE OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_WEB_AUDIO "Toggle Web Audio support" PRIVATE OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_WEB_REPLAY "Toggle Web Replay support" PRIVATE OFF)
</span><ins>+ WEBKIT_OPTION_DEFINE(ENABLE_WEB_RTC "Toggle WebRTC API support" PRIVATE OFF)
</ins><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_WEB_SOCKETS "Toggle Web Sockets support" PRIVATE ON)
</span><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_WEB_TIMING "Toggle Web Timing support" PRIVATE OFF)
</span><span class="cx"> WEBKIT_OPTION_DEFINE(ENABLE_XSLT "Toggle XSLT support" PRIVATE ON)
</span><span class="cx"> WEBKIT_OPTION_DEFINE(USE_SYSTEM_MALLOC "Toggle system allocator instead of WebKit's custom allocator" PRIVATE OFF)
</span><span class="cx">
</span><ins>+ WEBKIT_OPTION_DEPEND(ENABLE_WEB_RTC ENABLE_MEDIA_STREAM)
</ins><span class="cx"> WEBKIT_OPTION_DEPEND(ENABLE_ENCRYPTED_MEDIA_V2 ENABLE_VIDEO)
</span><span class="cx"> WEBKIT_OPTION_DEPEND(ENABLE_DFG_JIT ENABLE_JIT)
</span><span class="cx"> WEBKIT_OPTION_DEPEND(ENABLE_FTL_JIT ENABLE_DFG_JIT)
</span></span></pre>
</div>
</div>
</body>
</html>