| Index: Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
|
| index 0f4a2153c506e5c9922fd89925474459606b4bc4..6befdfd92a94d0f1c240f07e37f6365626a6b6c8 100644
|
| --- a/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/Source/web/WebRuntimeFeatures.cpp
|
| @@ -296,4 +296,9 @@ void WebRuntimeFeatures::enableLayerSquashing(bool enable)
|
| RuntimeEnabledFeatures::setLayerSquashingEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableShowModalDialog(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setShowModalDialogEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|