Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: Source/WebCore/bindings/dart/DartIsolate.h

Issue 9837116: DOM wrappers that are not retained from Dart should be collected. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Address comments. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698