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

Unified Diff: client/dom/src/DOMWrapperBase.dart

Issue 8728001: Support for 'abstract' modifier for class and spec recommended warnings, issue 375 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge. Warning for factory constructor of abstract class. Created 9 years 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
« no previous file with comments | « no previous file | compiler/java/com/google/dart/compiler/ast/DartClass.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/src/DOMWrapperBase.dart
diff --git a/client/dom/src/DOMWrapperBase.dart b/client/dom/src/DOMWrapperBase.dart
index 15954f1857ec6d8dc3d5773d57c43adaf69956ca..26df531b2e787b1b1f7ff41309fb91540395bf14 100644
--- a/client/dom/src/DOMWrapperBase.dart
+++ b/client/dom/src/DOMWrapperBase.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-class DOMWrapperBase implements DOMType {
+abstract class DOMWrapperBase implements DOMType {
// DOMWrapperBase has a hidden field on the native side which points to the
// wrapped DOM object. The wrapped DOM object is not directly accessible from
// Dart code.
« no previous file with comments | « no previous file | compiler/java/com/google/dart/compiler/ast/DartClass.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698