pkgsrc/devel/xulrunner17/patches/patch-ipc_chromium_src_base_ref__counted.h
ryoon 27af90c8a6 Import xulrunner17-17.0.2 as devel/xulrunner17.
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.
2013-01-10 16:17:09 +00:00

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);
};