| Index: Source/WebCore/bindings/dart/DartIsolate.h
|
| diff --git a/Source/WebCore/bindings/dart/DartIsolate.h b/Source/WebCore/bindings/dart/DartIsolate.h
|
| index fcbab4e49de926b7af58f6004eed1564454e4f4b..9d16b621490336b0102b89e9ba02d749aa7803b3 100644
|
| --- a/Source/WebCore/bindings/dart/DartIsolate.h
|
| +++ b/Source/WebCore/bindings/dart/DartIsolate.h
|
| @@ -36,8 +36,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -class DartEventListener;
|
| -
|
| class DartIsolate : public ThreadSafeRefCounted<DartIsolate> {
|
| WTF_MAKE_NONCOPYABLE(DartIsolate);
|
| public:
|
| @@ -85,8 +83,6 @@ private:
|
| Dart_Isolate m_isolate;
|
| };
|
|
|
| -
|
| -
|
| }
|
|
|
| #endif // DartIsolate_h
|
|
|