| Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| index eb8509840a81e53beb7388f1398cdf70e0af2546..881e5b4c99d3ee63b4f97c63ff0bbfa27b914463 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -345,4 +345,9 @@ void WebRuntimeFeatures::enableAutoplayMutedVideos(bool enable)
|
| RuntimeEnabledFeatures::setAutoplayMutedVideosEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableSendBeaconThrowForBlobWithNonSimpleType(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setSendBeaconThrowForBlobWithNonSimpleTypeEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|