| Index: client/dom/generated/src/wrapping/_WebKitLoseContextWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebKitLoseContextWrappingImplementation.dart
|
| similarity index 59%
|
| rename from client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart
|
| rename to client/dom/generated/src/wrapping/_WebKitLoseContextWrappingImplementation.dart
|
| index 3a991461104f34269fa2a04a037de48c044fc8c6..6bf9164003bc1bed6ac1429443152a37f8220d81 100644
|
| --- a/client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_WebKitLoseContextWrappingImplementation.dart
|
| @@ -4,11 +4,11 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -class _WebGLLoseContextWrappingImplementation extends DOMWrapperBase implements WebGLLoseContext {
|
| - _WebGLLoseContextWrappingImplementation() : super() {}
|
| +class _WebKitLoseContextWrappingImplementation extends DOMWrapperBase implements WebKitLoseContext {
|
| + _WebKitLoseContextWrappingImplementation() : super() {}
|
|
|
| - static create__WebGLLoseContextWrappingImplementation() native {
|
| - return new _WebGLLoseContextWrappingImplementation();
|
| + static create__WebKitLoseContextWrappingImplementation() native {
|
| + return new _WebKitLoseContextWrappingImplementation();
|
| }
|
|
|
| void loseContext() {
|
| @@ -23,5 +23,5 @@ class _WebGLLoseContextWrappingImplementation extends DOMWrapperBase implements
|
| }
|
| static void _restoreContext(receiver) native;
|
|
|
| - String get typeName() { return "WebGLLoseContext"; }
|
| + String get typeName() { return "WebKitLoseContext"; }
|
| }
|
|
|