| Index: Source/bindings/bindings.gypi
|
| diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
|
| index 6ccfcdf6a20afc502d61e3fae6cff50e39f10499..e611bba9f416bdfcb6085c2791736be4adb98d4c 100644
|
| --- a/Source/bindings/bindings.gypi
|
| +++ b/Source/bindings/bindings.gypi
|
| @@ -217,15 +217,16 @@
|
| 'v8/custom/V8SQLTransactionSyncCustom.cpp',
|
| 'v8/custom/V8SVGElementCustom.cpp',
|
| 'v8/custom/V8SVGPathSegCustom.cpp',
|
| + 'v8/custom/V8ServiceWorkerCustom.cpp',
|
| 'v8/custom/V8StyleSheetCustom.cpp',
|
| 'v8/custom/V8TextCustom.cpp',
|
| 'v8/custom/V8TextTrackCueCustom.cpp',
|
| 'v8/custom/V8TrackEventCustom.cpp',
|
| 'v8/custom/V8TypedArrayCustom.h',
|
| - 'v8/custom/V8Uint8ArrayCustom.h',
|
| - 'v8/custom/V8Uint8ClampedArrayCustom.h',
|
| 'v8/custom/V8Uint16ArrayCustom.h',
|
| 'v8/custom/V8Uint32ArrayCustom.h',
|
| + 'v8/custom/V8Uint8ArrayCustom.h',
|
| + 'v8/custom/V8Uint8ClampedArrayCustom.h',
|
| 'v8/custom/V8WebGLRenderingContextBaseCustom.cpp',
|
| 'v8/custom/V8WebKitPointCustom.cpp',
|
| 'v8/custom/V8WindowCustom.cpp',
|
|
|