Index: Source/platform/exported/WebRTCConfiguration.cpp |
diff --git a/Source/platform/exported/WebRTCConfiguration.cpp b/Source/platform/exported/WebRTCConfiguration.cpp |
index df1150dee6d2346b1bffd8539b4cc645ac59e5bc..1204029b57821f4962a47cb325f7ee4ac5ab7172 100644 |
--- a/Source/platform/exported/WebRTCConfiguration.cpp |
+++ b/Source/platform/exported/WebRTCConfiguration.cpp |
@@ -144,4 +144,10 @@ WebRTCRtcpMuxPolicy WebRTCConfiguration::rtcpMuxPolicy() const |
return WebRTCRtcpMuxPolicyNegotiate; |
} |
+bool WebRTCConfiguration::enableLocalhostCandidate() const |
+{ |
+ ASSERT(!isNull()); |
+ return m_private->enableLocalhostCandidate(); |
+} |
+ |
} // namespace blink |