| 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..3b14be19f1677e5a6d30142badbc692f5ddd8c0c 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLSync.idl
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLSync.idl
|
| @@ -1,8 +1,9 @@
|
| // Copyright 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -
|
| -[
|
| - RuntimeEnabled=UnsafeES3APIs,
|
| -] interface WebGLSync {
|
| +//
|
| +// [
|
| +// RuntimeEnabled=UnsafeES3APIs,
|
| +// ]
|
| +interface WebGLSync {
|
| };
|
|
|