| 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 f3be70c32d8862bff51ccb645ed3b9da8a18f522..aa9e322c5a371cd2417d778836e2e86c45b5d731 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -284,10 +284,6 @@ void WebRuntimeFeatures::enablePushMessaging(bool enable) {
|
| RuntimeEnabledFeatures::setPushMessagingEnabled(enable);
|
| }
|
|
|
| -void WebRuntimeFeatures::enableUnsafeES3APIs(bool enable) {
|
| - RuntimeEnabledFeatures::setUnsafeES3APIsEnabled(enable);
|
| -}
|
| -
|
| void WebRuntimeFeatures::enableWebVR(bool enable) {
|
| RuntimeEnabledFeatures::setWebVREnabled(enable);
|
| }
|
|
|