| Index: runtime/vm/raw_object.h
|
| ===================================================================
|
| --- runtime/vm/raw_object.h (revision 26047)
|
| +++ runtime/vm/raw_object.h (working copy)
|
| @@ -67,7 +67,6 @@
|
| V(JSRegExp) \
|
| V(WeakProperty) \
|
| V(MirrorReference) \
|
| - V(DartFunction) \
|
| V(Float32x4) \
|
| V(Uint32x4) \
|
|
|
| @@ -1464,11 +1463,6 @@
|
| };
|
|
|
|
|
| -class RawDartFunction : public RawInstance {
|
| - RAW_HEAP_OBJECT_IMPLEMENTATION(DartFunction);
|
| -};
|
| -
|
| -
|
| // VM type for capturing stacktraces when exceptions are thrown,
|
| // Currently we don't have any interface that this object is supposed
|
| // to implement so we just support the 'toString' method which
|
|
|