| Index: Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
|
| index 0cb7f0d7626df076a41a9c26d7e8ba6fa5d85cd5..e918f91d6dd9719181de6683612dabbf8867c7fe 100644
|
| --- a/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/Source/web/WebRuntimeFeatures.cpp
|
| @@ -318,4 +318,9 @@ void WebRuntimeFeatures::enablePushMessagingData(bool enable)
|
| RuntimeEnabledFeatures::setPushMessagingDataEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableUnsafeES3APIs(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setUnsafeES3APIsEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|