Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webgl/WebGLSync.idl |
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSync.idl b/third_party/WebKit/Source/modules/webgl/WebGLSync.idl |
| index b636f8288bba523d4f36c1d5352b86583abfde51..6aee652732b43a07a7f6484d88c87ef660fcc0e4 100644 |
| --- a/third_party/WebKit/Source/modules/webgl/WebGLSync.idl |
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLSync.idl |
| @@ -2,7 +2,5 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -[ |
| - RuntimeEnabled=UnsafeES3APIs, |
| -] interface WebGLSync { |
| +interface WebGLSync { |
| }; |