| Index: third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h b/third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h
|
| index d0f8ec9a6a06c6140d3f74d2e41c67435bf6c0fc..82f738b4f15b46be2c9f5eca3129a3794c230048 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLGetBufferSubDataAsync.h
|
| @@ -6,7 +6,6 @@
|
| #define WebGLGetBufferSubDataAsync_h
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| -#include "core/dom/NotShared.h"
|
| #include "modules/webgl/WebGLExtension.h"
|
|
|
| namespace blink {
|
| @@ -26,7 +25,7 @@
|
| ScriptPromise getBufferSubDataAsync(ScriptState*,
|
| GLenum target,
|
| GLintptr src_byte_offset,
|
| - NotShared<DOMArrayBufferView>,
|
| + DOMArrayBufferView*,
|
| GLuint dst_offset,
|
| GLuint length);
|
|
|
|
|