mirror of
https://github.com/electron/electron.git
synced 2026-02-13 08:35:02 -05:00
Remove helper typedefs.
This commit is contained in:
@@ -106,8 +106,6 @@ class RefCountedPersistent : public ScopedPersistent<T>,
|
||||
DISALLOW_COPY_AND_ASSIGN(RefCountedPersistent);
|
||||
};
|
||||
|
||||
typedef scoped_refptr<RefCountedPersistent<v8::Object>> RefCountedV8Object;
|
||||
|
||||
} // namespace mate
|
||||
|
||||
#endif // NATIVE_MATE_SCOPED_PERSISTENT_H_
|
||||
|
||||
Reference in New Issue
Block a user