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

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

Issue 9103001: Revert "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/_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"; }
}

Powered by Google App Engine
This is Rietveld 408576698