Commit 0ccc1271 authored by foolip's avatar foolip Committed by Commit bot

Update two WebGL 1.0 links that weren't to /latest/

BUG=673852
NOTRY=true

Review-Url: https://codereview.chromium.org/2579313002
Cr-Commit-Position: refs/heads/master@{#439095}
parent 784fc71c
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// https://www.khronos.org/registry/webgl/specs/1.0/#5.15 // https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15
[ [
Constructor(DOMString type, optional WebGLContextEventInit eventInit), Constructor(DOMString type, optional WebGLContextEventInit eventInit),
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://www.khronos.org/registry/webgl/specs/1.0/#5.15 // https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15
dictionary WebGLContextEventInit : EventInit { dictionary WebGLContextEventInit : EventInit {
DOMString statusMessage; DOMString statusMessage;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment