27af90c8a6
XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the "Gecko" runtime environment. This package tracks 17.0.x extended support release.
13 lines
391 B
C
13 lines
391 B
C
$NetBSD: patch-ipc_chromium_src_base_ref__counted.h,v 1.1 2013/01/10 16:17:10 ryoon Exp $
|
|
|
|
--- ipc/chromium/src/base/ref_counted.h.orig 2012-08-24 22:55:37.000000000 +0000
|
|
+++ ipc/chromium/src/base/ref_counted.h
|
|
@@ -28,7 +28,7 @@ class RefCountedBase {
|
|
bool in_dtor_;
|
|
#endif
|
|
|
|
- DFAKE_MUTEX(add_release_);
|
|
+ DFAKE_MUTEX(add_release_)
|
|
|
|
DISALLOW_COPY_AND_ASSIGN(RefCountedBase);
|
|
};
|