Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart

Issue 9084005: Refresh dart:dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_WebKitLoseContextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart
similarity index 59%
rename from client/dom/generated/src/wrapping/_WebKitLoseContextWrappingImplementation.dart
rename to client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart
index 6bf9164003bc1bed6ac1429443152a37f8220d81..3a991461104f34269fa2a04a037de48c044fc8c6 100644
--- a/client/dom/generated/src/wrapping/_WebKitLoseContextWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WebGLLoseContextWrappingImplementation.dart
@@ -4,11 +4,11 @@
// WARNING: Do not edit - generated code.
-class _WebKitLoseContextWrappingImplementation extends DOMWrapperBase implements WebKitLoseContext {
- _WebKitLoseContextWrappingImplementation() : super() {}
+class _WebGLLoseContextWrappingImplementation extends DOMWrapperBase implements WebGLLoseContext {
+ _WebGLLoseContextWrappingImplementation() : super() {}
- static create__WebKitLoseContextWrappingImplementation() native {
- return new _WebKitLoseContextWrappingImplementation();
+ static create__WebGLLoseContextWrappingImplementation() native {
+ return new _WebGLLoseContextWrappingImplementation();
}
void loseContext() {
@@ -23,5 +23,5 @@ class _WebKitLoseContextWrappingImplementation extends DOMWrapperBase implements
}
static void _restoreContext(receiver) native;
- String get typeName() { return "WebKitLoseContext"; }
+ String get typeName() { return "WebGLLoseContext"; }
}

Powered by Google App Engine
This is Rietveld 408576698