e5caa173b5
This converts all interfaces in dart:html to abstract classes and changes the factory providers from factory methods to static methods. This CL represents the minimal initial change to remove interfaces, but there's quite a bit of further cleanup which can be done after this (eliminating the factory providers in favor of redirecting factory constructors). Also I'll be splitting the dartdoc changes out to a separate CL since that's a fairly large change in itself. BUG=4525 Review URL: https://chromiumcodereview.appspot.com//10915245 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12580 260f80e4-7a28-3924-810f-c04153c831b5
9 lines
300 B
Plaintext
9 lines
300 B
Plaintext
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
|
// 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.
|
|
|
|
// WARNING: Do not edit - generated code.
|
|
|
|
abstract class $ID$EXTENDS {
|
|
$!MEMBERS}
|