| Index: lib/html/doc/interface/ScriptProfile.dart
|
| diff --git a/lib/html/doc/interface/ScriptProfile.dart b/lib/html/doc/interface/ScriptProfile.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b6d7b5f87cee1586cc907b3cc6a6cbfb6b172245
|
| --- /dev/null
|
| +++ b/lib/html/doc/interface/ScriptProfile.dart
|
| @@ -0,0 +1,18 @@
|
| +// 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.
|
| +
|
| +/// @domName ScriptProfile
|
| +interface ScriptProfile {
|
| +
|
| + /** @domName ScriptProfile.head */
|
| + final ScriptProfileNode head;
|
| +
|
| + /** @domName ScriptProfile.title */
|
| + final String title;
|
| +
|
| + /** @domName ScriptProfile.uid */
|
| + final int uid;
|
| +}
|
|
|