| Index: compiler/java/com/google/dart/compiler/ast/DartDirective.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/ast/DartDirective.java (revision 10903)
|
| +++ compiler/java/com/google/dart/compiler/ast/DartDirective.java (working copy)
|
| @@ -9,7 +9,7 @@
|
| /**
|
| * Base class for directives.
|
| */
|
| -public abstract class DartDirective extends DartNode {
|
| +public abstract class DartDirective extends DartNodeWithMetadata {
|
| @Override
|
| public NodeElement getElement() {
|
| throw new UnsupportedOperationException(getClass().getSimpleName());
|
|
|